summaryrefslogtreecommitdiff
path: root/emulators/suse100_gtk/Makefile
diff options
context:
space:
mode:
authorsalo <salo>2006-04-18 13:49:58 +0000
committersalo <salo>2006-04-18 13:49:58 +0000
commit6fb1aa6a4afb7cab5e57d0b31b046ca9b691e57e (patch)
treebf00031e306689b00e76ff48f51074d46b37075f /emulators/suse100_gtk/Makefile
parent7a0337f5190902ecb6887295e1a729cd0a480b1e (diff)
downloadpkgsrc-6fb1aa6a4afb7cab5e57d0b31b046ca9b691e57e.tar.gz
Initial import of suse100_gtk: Linux compatibility package for GTK binaries.
Linux compatibility package based on the SuSE Linux distribution, take a look at "http://www.suse.com/" for more information about it. This package supports running ELF binaries linked with glibc2 which require GTK shared libraries. Based on the 9.1 version. Tested by <he>.
Diffstat (limited to 'emulators/suse100_gtk/Makefile')
-rw-r--r--emulators/suse100_gtk/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/emulators/suse100_gtk/Makefile b/emulators/suse100_gtk/Makefile
new file mode 100644
index 00000000000..4f63e4cb12f
--- /dev/null
+++ b/emulators/suse100_gtk/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/04/18 13:49:58 salo Exp $
+
+DISTNAME= suse_gtk-${SUSE_VERSION}
+CATEGORIES= emulators
+MASTER_SITES= ${MASTER_SITE_SUSE100}
+DISTFILES= ${RPMFILES}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://www.suse.com/
+COMMENT= Linux compatibility package for GTK binaries
+
+DEPENDS+= suse_x11>=${SUSE_VERSION}:../../emulators/suse91_x11
+
+EXTRACT_ONLY= # empty
+NO_BUILD= YES
+PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC
+
+.if exists(Makefile.${MACHINE_ARCH})
+.include "Makefile.${MACHINE_ARCH}"
+.endif
+
+.include "../../emulators/suse100_linux/Makefile.common"
+.include "../../mk/bsd.pkg.mk"