summaryrefslogtreecommitdiff
path: root/graphics/linux-f8-png/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/linux-f8-png/Makefile')
-rw-r--r--graphics/linux-f8-png/Makefile32
1 files changed, 0 insertions, 32 deletions
diff --git a/graphics/linux-f8-png/Makefile b/graphics/linux-f8-png/Makefile
deleted file mode 100644
index 7928ef433743..000000000000
--- a/graphics/linux-f8-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
-INSTALLS_SHLIB= 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>