summaryrefslogtreecommitdiff
path: root/emulators/suse100_libtiff/Makefile
diff options
context:
space:
mode:
authortonio <tonio>2006-03-09 20:36:06 +0000
committertonio <tonio>2006-03-09 20:36:06 +0000
commit7b44b7ea2318d9306e8420d8c4ed59e17b709a4d (patch)
tree44f710ebf2046094f6184fa06e7c773ada9f0464 /emulators/suse100_libtiff/Makefile
parent51fc312de7f04ec568976afe3f0727fa79fd23c1 (diff)
downloadpkgsrc-7b44b7ea2318d9306e8420d8c4ed59e17b709a4d.tar.gz
Import openSUSE 10.0 base packages for Linux emulation
Add support for powerpc (but it does *not* work stable yet)
Diffstat (limited to 'emulators/suse100_libtiff/Makefile')
-rw-r--r--emulators/suse100_libtiff/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/emulators/suse100_libtiff/Makefile b/emulators/suse100_libtiff/Makefile
new file mode 100644
index 00000000000..1ba08a928fa
--- /dev/null
+++ b/emulators/suse100_libtiff/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/03/09 20:38:20 tonio Exp $
+
+DISTNAME= suse_libtiff-${SUSE_VERSION}
+CATEGORIES= emulators
+MASTER_SITES= ${MASTER_SITE_SUSE100}
+DISTFILES= ${RPMFILES}
+
+MAINTAINER= tonio@NetBSD.org
+HOMEPAGE= http://www.suse.com/
+COMMENT= Linux compatibility package for the TIFF library
+
+DEPENDS+= suse_base>=${SUSE_VERSION}:../../emulators/suse100_base
+
+EXTRACT_ONLY= # empty
+NO_BUILD= YES
+PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC
+
+.if exists(Makefile.${MACHINE_ARCH})
+.include "Makefile.${MACHINE_ARCH}"
+DISTINFO_FILE= ${.CURDIR}/distinfo.${MACHINE_ARCH}
+.endif
+
+.include "../../emulators/suse100_linux/Makefile.common"
+.include "../../mk/bsd.pkg.mk"