aboutsummaryrefslogtreecommitdiffstats
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/Makefile39
1 files changed, 0 insertions, 39 deletions
diff --git a/graphics/linux-f8-png/Makefile b/graphics/linux-f8-png/Makefile
deleted file mode 100644
index b93d16621aa6..000000000000
--- a/graphics/linux-f8-png/Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
-# New ports collection makefile for: graphics/linux-f8-png
-# Date created: 2008-03-28
-# Whom: bsam
-#
-# $FreeBSD$
-#
-
-PORTNAME= png
-PORTVERSION= 1.2.22
-PORTREVISION= 2
-CATEGORIES= graphics linux
-PKGNAMEPREFIX= linux-f8-
-DISTNAME= ${LINUX_NAME}-${PORTVERSION}-${RPMVERSION}
-
-MAINTAINER= emulation@FreeBSD.org
-COMMENT= RPM of the PNG lib (Linux Fedora 8)
-
-CONFLICTS= linux-png-[0-9]* linux-f10-png-[0-9]*
-
-DEPRECATED= End of Life since Jan 7, 2009
-EXPIRATION_DATE=2011-04-01
-
-ONLY_FOR_ARCHS= i386 amd64
-USE_LINUX_RPM= yes
-LINUX_NAME= libpng
-LINUX_DIST_VER= 8
-RPMVERSION= 1.fc8
-USE_LDCONFIG= yes
-
-PLIST_FILES= usr/lib/libpng.so.3 \
- usr/lib/libpng.so.3.22.0 \
- usr/lib/libpng12.so.0 \
- usr/lib/libpng12.so.0.22.0 \
- usr/share/man/man5/png.5.gz
-DOCSDIR= ${PREFIX}/usr/share/doc/libpng-${PORTVERSION}
-PORTDOCS= CHANGES LICENSE README TODO example.c libpng-1.2.22.txt
-DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
-
-.include <bsd.port.mk>