diff options
Diffstat (limited to 'graphics/linux-f10-png/Makefile')
-rw-r--r-- | graphics/linux-f10-png/Makefile | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/graphics/linux-f10-png/Makefile b/graphics/linux-f10-png/Makefile deleted file mode 100644 index 10c3d3261f22..000000000000 --- a/graphics/linux-f10-png/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: linux-png -# Date created: 28 September 2000 -# Whom: sanpei@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= png -PORTVERSION= 1.2.8 -PORTREVISION= 2 -CATEGORIES= graphics linux -DISTNAME= libpng-${PORTVERSION}-2 - -MAINTAINER= freebsd-emulation@FreeBSD.org -COMMENT= RPM of the PNG lib - -# no alpha rpm is available -ONLY_FOR_ARCHS= i386 amd64 -USE_LINUX_RPM= yes -LINUX_DIST_VER= 4 -USE_LDCONFIG= yes - -PLIST_FILES= \ - usr/lib/libpng.so.3 \ - usr/lib/libpng.so.3.${PORTVERSION} \ - usr/lib/libpng12.so.0 \ - usr/lib/libpng12.so.0.${PORTVERSION} \ - usr/share/man/man5/png.5.gz -DOCSDIR= ${PREFIX}/usr/share/doc/libpng-${PORTVERSION} -PORTDOCS= CHANGES LICENSE README TODO example.c libpng.txt - -.include <bsd.port.mk> |