summaryrefslogtreecommitdiff
path: root/emulators/suse_devel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/suse_devel/Makefile')
-rw-r--r--emulators/suse_devel/Makefile35
1 files changed, 0 insertions, 35 deletions
diff --git a/emulators/suse_devel/Makefile b/emulators/suse_devel/Makefile
deleted file mode 100644
index 549d8c55eb1..00000000000
--- a/emulators/suse_devel/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# $NetBSD: Makefile,v 1.27 2006/03/04 21:29:36 jlam Exp $
-
-DISTNAME= suse_devel-${SUSE_VERSION}
-CATEGORIES= emulators
-PKGREVISION= 3
-MASTER_SITES= ${MASTER_SITE_SUSE:=d1/} \
- ${MASTER_SITE_SUSE:=d2/} \
- ${MASTER_SITE_SUSE_UPD:=d1/}
-
-DISTFILES= ${RPMFILES}
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://www.suse.com/
-COMMENT= Linux compatibility package - development tools
-
-DEPENDS+= suse_base>=${SUSE_VERSION}:../../emulators/suse_base
-
-EXTRACT_ONLY= # empty
-NO_BUILD= YES
-PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC
-
-RPMFILES= binutils.rpm cpp.rpm g77.rpm gcc.rpm gpp.rpm make.rpm
-
-.include "../../emulators/suse_linux/arch.mk"
-
-.if ${SUSE_ARCH} == "i386"
-RPMFILES+= glibc-devel-2.2.4-78.${SUSE_ARCH}.rpm bin86.rpm
-.elif ${SUSE_ARCH} == "ppc"
-RPMFILES+= glibc-devel-2.2.4-69.${SUSE_ARCH}.rpm
-.else
-RPMFILES+= glibc.rpm
-.endif
-
-.include "../../emulators/suse_linux/Makefile.common"
-.include "../../mk/bsd.pkg.mk"