summaryrefslogtreecommitdiff
path: root/emulators/suse91_x11/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/suse91_x11/Makefile')
-rw-r--r--emulators/suse91_x11/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/emulators/suse91_x11/Makefile b/emulators/suse91_x11/Makefile
new file mode 100644
index 00000000000..1fe54cd9642
--- /dev/null
+++ b/emulators/suse91_x11/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/07/13 10:31:15 tron Exp $
+
+DISTNAME= suse_x11-${SUSE_VERSION}
+CATEGORIES= emulators
+MASTER_SITES= ${MASTER_SITE_SUSE91}
+DISTFILES= ${RPMFILES}
+
+MAINTAINER= tron@NetBSD.org
+HOMEPAGE= http://www.suse.com/
+COMMENT= Linux compatibility package for X11 binaries
+
+DEPENDS+= suse_base>=${SUSE_VERSION}:../../emulators/suse91_base
+
+ONLY_FOR_PLATFORM= NetBSD-[2-9]*-i386 FreeBSD-*-i386
+
+EXTRACT_ONLY= # empty
+NO_BUILD= YES
+NO_BUILDLINK= YES
+PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC
+
+RPMFILES= XFree86-libs-4.3.99.902-40.${SUSE_ARCH}.rpm
+
+.include "../../mk/bsd.prefs.mk"
+
+.include "../../emulators/suse91_linux/Makefile.common"
+.include "../../mk/bsd.pkg.mk"