summaryrefslogtreecommitdiff
path: root/emulators/suse64_x11/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/suse64_x11/Makefile')
-rw-r--r--emulators/suse64_x11/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/emulators/suse64_x11/Makefile b/emulators/suse64_x11/Makefile
new file mode 100644
index 00000000000..680479708ff
--- /dev/null
+++ b/emulators/suse64_x11/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/04/04 10:07:58 tron Exp $
+
+DISTNAME= suse_x11-${SUSE_VERSION}
+PKGREVISION= 1
+CATEGORIES= emulators
+MASTER_SITES= ${MASTER_SITE_SUSE:=x1/} \
+ ftp://ftp.suse.com/pub/suse/i386/update/${SUSE_VERSION}/x1/
+DISTFILES= ${RPMFILES}
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.suse.com/
+COMMENT= Linux compatibility package for X11 binaries
+
+DEPENDS+= suse_base-${SUSE_VERSION}*:../suse64_base
+
+ONLY_FOR_PLATFORM= NetBSD-*-i386
+
+EXTRACT_ONLY= # empty
+NO_BUILD= yes
+PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC
+
+RPMFILES= xshared-3.3.6-43.i386.rpm xpm.rpm
+
+.include "../suse64_linux/Makefile.common"