diff options
author | tron <tron> | 2002-04-04 09:46:51 +0000 |
---|---|---|
committer | tron <tron> | 2002-04-04 09:46:51 +0000 |
commit | f0b920e82a79f98faec396b5fafc7fba060bde32 (patch) | |
tree | 7757f636d91a594e619e40c3243df44dbf9af1ec /emulators/suse_libpng/Makefile | |
parent | a529a67a6b957b86ae02ead71d9d4c6dbb7de8cf (diff) | |
download | pkgsrc-f0b920e82a79f98faec396b5fafc7fba060bde32.tar.gz |
Update SuSE packages to version 7.3. The included libraries and binaries
make it possible to use recent Linux applications on a NetBSD-current
(1.5ZC built from 2002-04-04 sources) kernel.
Diffstat (limited to 'emulators/suse_libpng/Makefile')
-rw-r--r-- | emulators/suse_libpng/Makefile | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/emulators/suse_libpng/Makefile b/emulators/suse_libpng/Makefile index 49e0044c0fa..4c86b39fd37 100644 --- a/emulators/suse_libpng/Makefile +++ b/emulators/suse_libpng/Makefile @@ -1,22 +1,23 @@ -# $NetBSD: Makefile,v 1.5 2001/02/17 18:38:29 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2002/04/04 09:47:06 tron Exp $ -DISTNAME= suse_libpng-${SUSE_VERSION} +DISTNAME= libpng +PKGNAME= suse_${DISTNAME}-${SUSE_VERSION} CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SUSE:=gra1/} -DISTFILES= ${RPMFILES} +EXTRACT_SUFX= .rpm -MAINTAINER= hubertf@netbsd.org +MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.suse.com/ -COMMENT= Linux compatibility package for png library +COMMENT= Linux compatibility package for the PNG library DEPENDS+= suse_base>=${SUSE_VERSION}:../suse_base ONLY_FOR_PLATFORM= NetBSD-*-i386 EXTRACT_ONLY= # empty -NO_BUILD= yes +NO_BUILD= YES PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC -RPMFILES= libpng.rpm +RPMFILES= ${DISTNAME}${EXTRACT_SUFX} .include "../suse_linux/Makefile.common" |