summaryrefslogtreecommitdiff
path: root/graphics/linux-f8-png10/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/linux-f8-png10/Makefile')
-rw-r--r--graphics/linux-f8-png10/Makefile28
1 files changed, 0 insertions, 28 deletions
diff --git a/graphics/linux-f8-png10/Makefile b/graphics/linux-f8-png10/Makefile
deleted file mode 100644
index dfe6b021bc9f..000000000000
--- a/graphics/linux-f8-png10/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# New ports collection makefile for: linux-png
-# Date created: 28 September 2000
-# Whom: sanpei@FreeBSD.org
-#
-# $FreeBSD$
-#
-
-PORTNAME= png
-PORTVERSION= 1.0.18
-CATEGORIES= graphics linux
-DISTNAME= libpng10-${PORTVERSION}-2
-
-MAINTAINER= freebsd-emulation@FreeBSD.org
-COMMENT= RPM of the PNG lib (old 1.0 version)
-
-LATEST_LINK= linux-png10
-
-ONLY_FOR_ARCHS= i386 amd64
-USE_LINUX_RPM= yes
-LINUX_DIST_VER= 4
-INSTALLS_SHLIB= yes
-
-PLIST_FILES= usr/lib/libpng.so.2.${PORTVERSION} \
- usr/lib/libpng.so.2
-DOCSDIR= ${PREFIX}/usr/share/doc/libpng10-${PORTVERSION}
-PORTDOCS= CHANGES LICENSE README TODO example.c libpng.txt
-
-.include <bsd.port.mk>