summaryrefslogtreecommitdiff
path: root/emulators/suse100_libjpeg/Makefile
diff options
context:
space:
mode:
authortonio <tonio>2006-03-09 20:36:06 +0000
committertonio <tonio>2006-03-09 20:36:06 +0000
commit4eefe70e755db44dbaedc8f31a4a60bf29c6189f (patch)
tree44f710ebf2046094f6184fa06e7c773ada9f0464 /emulators/suse100_libjpeg/Makefile
parent867d80cf77999a29312c404bc9ca7ce2fcee0e52 (diff)
downloadpkgsrc-4eefe70e755db44dbaedc8f31a4a60bf29c6189f.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_libjpeg/Makefile')
-rw-r--r--emulators/suse100_libjpeg/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/emulators/suse100_libjpeg/Makefile b/emulators/suse100_libjpeg/Makefile
new file mode 100644
index 00000000000..bb20cee74eb
--- /dev/null
+++ b/emulators/suse100_libjpeg/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/03/09 20:37:33 tonio Exp $
+
+DISTNAME= suse_libjpeg-${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 JPEG library
+
+DEPENDS+= suse_base>=${SUSE_VERSION}:../../emulators/suse100_base
+
+EXTRACT_ONLY= # empty
+NO_BUILD= YES
+LIBTOOLIZE_PLIST= NO
+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"