diff options
Diffstat (limited to 'emulators/suse100_expat/Makefile')
-rw-r--r-- | emulators/suse100_expat/Makefile | 25 |
1 files changed, 8 insertions, 17 deletions
diff --git a/emulators/suse100_expat/Makefile b/emulators/suse100_expat/Makefile index 0a2d158c24e..fd2fe645f48 100644 --- a/emulators/suse100_expat/Makefile +++ b/emulators/suse100_expat/Makefile @@ -1,23 +1,14 @@ -# $NetBSD: Makefile,v 1.4 2007/04/19 15:30:20 xtraeme Exp $ +# $NetBSD: Makefile,v 1.5 2007/07/29 05:18:41 jlam Exp $ -DISTNAME= suse_expat-${SUSE_VERSION} -PKGREVISION= 1 -CATEGORIES= emulators -MASTER_SITES= ${MASTER_SITE_SUSE100} -DISTFILES= ${RPMFILES} +DISTNAME= suse_expat-${SUSE_VERSION} +PKGREVISION= 2 +CATEGORIES= emulators +DISTFILES= expat-1.95.8-5.${SUSE_ARCH}.rpm -MAINTAINER= tonio@NetBSD.org -HOMEPAGE= http://www.suse.com/ -COMMENT= Linux compatibility package for expat binaries +MAINTAINER= tonio@NetBSD.org +COMMENT= Linux compatibility package for expat -DEPENDS+= suse_base-${SUSE_VERSION}{,nb*}:../../emulators/suse100_base - -EXTRACT_ONLY= # empty -NO_BUILD= YES -LIBTOOLIZE_PLIST= NO -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" |