diff options
Diffstat (limited to 'emulators/suse100_libpng/Makefile')
-rw-r--r-- | emulators/suse100_libpng/Makefile | 24 |
1 files changed, 8 insertions, 16 deletions
diff --git a/emulators/suse100_libpng/Makefile b/emulators/suse100_libpng/Makefile index 9e7529b92ea..601b447dfd1 100644 --- a/emulators/suse100_libpng/Makefile +++ b/emulators/suse100_libpng/Makefile @@ -1,22 +1,14 @@ -# $NetBSD: Makefile,v 1.5 2007/04/19 15:30:21 xtraeme Exp $ +# $NetBSD: Makefile,v 1.6 2007/07/29 05:18:52 jlam Exp $ -DISTNAME= suse_libpng-${SUSE_VERSION} -PKGREVISION= 2 -CATEGORIES= emulators -MASTER_SITES= ${MASTER_SITE_SUSE100} -DISTFILES= ${RPMFILES} +DISTNAME= suse_libpng-${SUSE_VERSION} +PKGREVISION= 3 +CATEGORIES= emulators +DISTFILES= libpng-1.2.8-5.2.${SUSE_ARCH}.rpm -MAINTAINER= tonio@NetBSD.org -HOMEPAGE= http://www.suse.com/ -COMMENT= Linux compatibility package for the PNG library +MAINTAINER= tonio@NetBSD.org +COMMENT= Linux compatibility package for PNG -DEPENDS+= suse_base-${SUSE_VERSION}{,nb*}:../../emulators/suse100_base - -EXTRACT_ONLY= # empty -NO_BUILD= YES -PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC - -SUSE_INCLUDE_MAKEFILE_ARCH= yes +EMUL_MODULES.linux= base .include "../../emulators/suse100_linux/Makefile.common" .include "../../mk/bsd.pkg.mk" |