diff options
author | tonio <tonio@pkgsrc.org> | 2006-03-09 20:36:06 +0000 |
---|---|---|
committer | tonio <tonio@pkgsrc.org> | 2006-03-09 20:36:06 +0000 |
commit | 4e3da9749c6696c717eef12702e6b70cf7228132 (patch) | |
tree | 44f710ebf2046094f6184fa06e7c773ada9f0464 /emulators/suse100_libtiff/Makefile | |
parent | 04e9e931d23a1630f2d71269073f31105a740588 (diff) | |
download | pkgsrc-4e3da9749c6696c717eef12702e6b70cf7228132.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/Makefile | 24 |
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" |