summaryrefslogtreecommitdiff
path: root/emulators/suse64_gtk/Makefile
diff options
context:
space:
mode:
authortron <tron>2002-04-04 10:07:57 +0000
committertron <tron>2002-04-04 10:07:57 +0000
commit707c348a53c905f2c0d91698919ea0448d2c3bbc (patch)
treef3b200485bc782fc02213e4de4e34480fd7a5585 /emulators/suse64_gtk/Makefile
parentf66add452cc14d1d97850c77a261821a8a41e595 (diff)
downloadpkgsrc-707c348a53c905f2c0d91698919ea0448d2c3bbc.tar.gz
Import SuSE 6.4 packages as "suse64_*" to support the Linux emulation on
NetBSD 1.5 and 1.5.x systems.
Diffstat (limited to 'emulators/suse64_gtk/Makefile')
-rw-r--r--emulators/suse64_gtk/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/emulators/suse64_gtk/Makefile b/emulators/suse64_gtk/Makefile
new file mode 100644
index 00000000000..1c34bbff612
--- /dev/null
+++ b/emulators/suse64_gtk/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/04/04 10:07:58 tron Exp $
+
+DISTNAME= suse_gtk-${SUSE_VERSION}
+CATEGORIES= emulators
+MASTER_SITES= ${MASTER_SITE_SUSE:=gra1/}
+DISTFILES= ${RPMFILES}
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.suse.com/
+COMMENT= Linux compatibility package for GTK binaries
+
+DEPENDS+= suse_x11-${SUSE_VERSION}*:../suse64_x11
+
+ONLY_FOR_PLATFORM= NetBSD-*-i386
+
+EXTRACT_ONLY= # empty
+NO_BUILD= yes
+PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC
+
+RPMFILES= glib.rpm gtk.rpm
+
+.include "../suse64_linux/Makefile.common"