summaryrefslogtreecommitdiff
path: root/emulators/suse64_devel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/suse64_devel/Makefile')
-rw-r--r--emulators/suse64_devel/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/emulators/suse64_devel/Makefile b/emulators/suse64_devel/Makefile
new file mode 100644
index 00000000000..55a45ae9f6d
--- /dev/null
+++ b/emulators/suse64_devel/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/04/04 10:07:58 tron Exp $
+
+DISTNAME= suse_devel-${SUSE_VERSION}
+PKGREVISION= 1
+CATEGORIES= emulators
+MASTER_SITES= ${MASTER_SITE_SUSE:=d1/} \
+ ${MASTER_SITE_SUSE:=d2/} \
+ ftp://ftp.suse.com/pub/suse/i386/update/${SUSE_VERSION}/d1/ \
+ ftp://ftp.suse.com/pub/suse/i386/update/${SUSE_VERSION}/d2/
+DISTFILES= ${RPMFILES}
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.suse.com/
+COMMENT= Linux compatibility package - development tools
+
+DEPENDS+= suse_base-${SUSE_VERSION}*:../suse64_base
+
+ONLY_FOR_PLATFORM= NetBSD-*-i386
+
+EXTRACT_ONLY= # empty
+NO_BUILD= yes
+PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC
+
+RPMFILES= bin86.rpm binutils.rpm g77.rpm gcc.rpm gpp.rpm \
+ libc-2.1.3-204.i386.rpm linclude.rpm make.rpm
+
+.include "../suse64_linux/Makefile.common"