diff options
author | tron <tron> | 2002-04-04 10:07:57 +0000 |
---|---|---|
committer | tron <tron> | 2002-04-04 10:07:57 +0000 |
commit | 837e516972031d234954c4d0e810aac433c716e3 (patch) | |
tree | f3b200485bc782fc02213e4de4e34480fd7a5585 /emulators/suse64_libpng/Makefile | |
parent | 76a388c16ab6e0f159887fd5ce0ee2f99555d9c3 (diff) | |
download | pkgsrc-837e516972031d234954c4d0e810aac433c716e3.tar.gz |
Import SuSE 6.4 packages as "suse64_*" to support the Linux emulation on
NetBSD 1.5 and 1.5.x systems.
Diffstat (limited to 'emulators/suse64_libpng/Makefile')
-rw-r--r-- | emulators/suse64_libpng/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/emulators/suse64_libpng/Makefile b/emulators/suse64_libpng/Makefile new file mode 100644 index 00000000000..33e54f143ae --- /dev/null +++ b/emulators/suse64_libpng/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/04/04 10:07:58 tron Exp $ + +DISTNAME= suse_libpng-${SUSE_VERSION} +CATEGORIES= emulators +MASTER_SITES= ${MASTER_SITE_SUSE:=gra1/} +DISTFILES= ${RPMFILES} + +MAINTAINER= hubertf@netbsd.org +HOMEPAGE= http://www.suse.com/ +COMMENT= Linux compatibility package for png library + +DEPENDS+= suse_base-${SUSE_VERSION}*:../suse64_base + +ONLY_FOR_PLATFORM= NetBSD-*-i386 + +EXTRACT_ONLY= # empty +NO_BUILD= yes +PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC + +RPMFILES= libpng.rpm + +.include "../suse64_linux/Makefile.common" |