diff options
Diffstat (limited to 'emulators/suse91_libpng/Makefile')
-rw-r--r-- | emulators/suse91_libpng/Makefile | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/emulators/suse91_libpng/Makefile b/emulators/suse91_libpng/Makefile deleted file mode 100644 index 35a359d5979..00000000000 --- a/emulators/suse91_libpng/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# $NetBSD: Makefile,v 1.10 2006/06/30 15:37:22 salo Exp $ - -DISTNAME= suse_libpng-${SUSE_VERSION} -PKGREVISION= 5 -CATEGORIES= emulators -MASTER_SITES= ${MASTER_SITE_SUSE91} -DISTFILES= ${RPMFILES} - -MAINTAINER= jdolecek@NetBSD.org -HOMEPAGE= http://www.suse.com/ -COMMENT= Linux compatibility package for the PNG library - -DEPENDS+= suse_base-${SUSE_VERSION}{,nb*}:../../emulators/suse91_base - -EXTRACT_ONLY= # empty -NO_BUILD= YES -PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC - -.if exists(Makefile.${MACHINE_ARCH}) -.include "Makefile.${MACHINE_ARCH}" -.endif - -.include "../../emulators/suse91_linux/Makefile.common" -.include "../../mk/bsd.pkg.mk" |