summaryrefslogtreecommitdiff
path: root/emulators/suse121_libgc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/suse121_libgc/Makefile')
-rw-r--r--emulators/suse121_libgc/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/emulators/suse121_libgc/Makefile b/emulators/suse121_libgc/Makefile
new file mode 100644
index 00000000000..b640198cbb4
--- /dev/null
+++ b/emulators/suse121_libgc/Makefile
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2015/09/26 00:15:44 kamil Exp $
+
+PKGNAME= suse_libgc-${SUSE_VERSION}
+CATEGORIES= emulators
+RPMPKGS+= libgc1-7.1.9.6-143.1.2.${SUSE_ARCH}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+COMMENT= Linux compatibility package for Boehm-Demers-Weiser g/c libraries
+
+EMUL_MODULES.linux= base
+
+.include "../../emulators/suse121_linux/Makefile.common"
+.include "../../mk/bsd.pkg.mk"