summaryrefslogtreecommitdiff
path: root/emulators/suse100_libcups/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/suse100_libcups/Makefile')
-rw-r--r--emulators/suse100_libcups/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/emulators/suse100_libcups/Makefile b/emulators/suse100_libcups/Makefile
new file mode 100644
index 00000000000..fa3495413f8
--- /dev/null
+++ b/emulators/suse100_libcups/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/06/11 13:29:09 markd Exp $
+
+DISTNAME= suse_libcups-${SUSE_VERSION}
+CATEGORIES= emulators
+MASTER_SITES= ${MASTER_SITE_SUSE100}
+DISTFILES= ${RPMFILES}
+
+MAINTAINER= markd@NetBSD.org
+HOMEPAGE= http://www.suse.com/
+COMMENT= Linux compatibility package for the Cups library
+
+DEPENDS+= suse_base>=${SUSE_VERSION}:../../emulators/suse100_base
+DEPENDS+= suse_openssl>=${SUSE_VERSION}:../../emulators/suse100_openssl
+
+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"