diff options
Diffstat (limited to 'emulators/suse100_libsigc++2/Makefile')
-rw-r--r-- | emulators/suse100_libsigc++2/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/emulators/suse100_libsigc++2/Makefile b/emulators/suse100_libsigc++2/Makefile new file mode 100644 index 00000000000..676693b388c --- /dev/null +++ b/emulators/suse100_libsigc++2/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/09/07 22:54:44 wiz Exp $ + +DISTNAME= suse_libsigc++2-${SUSE_VERSION} +CATEGORIES= emulators +DISTFILES= libsigc++2-2.0.16-3.${SUSE_ARCH}.rpm + +MAINTAINER= tonio@NetBSD.org +COMMENT= Linux compatibility package for libsigc++2 + +EMUL_MODULES.linux= base + +.include "../../emulators/suse100_linux/Makefile.common" +.include "../../mk/bsd.pkg.mk" |