summaryrefslogtreecommitdiff
path: root/graphics/linux-f10-png10/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/linux-f10-png10/Makefile')
-rw-r--r--graphics/linux-f10-png10/Makefile30
1 files changed, 0 insertions, 30 deletions
diff --git a/graphics/linux-f10-png10/Makefile b/graphics/linux-f10-png10/Makefile
deleted file mode 100644
index e48aeaa568b8..000000000000
--- a/graphics/linux-f10-png10/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# New ports collection makefile for: graphics/linux-f8-png10
-# Date created: 2008-03-28
-# Whom: bsam
-#
-# $FreeBSD$
-#
-
-PORTNAME= png10
-PORTVERSION= 1.0.30
-CATEGORIES= graphics linux
-PKGNAMEPREFIX= linux-f8-
-DISTNAME= ${LINUX_NAME}-${PORTVERSION}-${RPMVERSION}
-
-MAINTAINER= freebsd-emulation@FreeBSD.org
-COMMENT= RPM of the PNG lib (old 1.0 version, Linux Fedora 8)
-
-ONLY_FOR_ARCHS= i386 amd64
-USE_LINUX_RPM= yes
-LINUX_NAME= lib${PORTNAME}
-LINUX_DIST_VER= 8
-RPMVERSION= 1.fc8
-USE_LDCONFIG= yes
-
-PLIST_FILES= usr/lib/libpng.so.2 \
- usr/lib/libpng.so.2.${PORTVERSION}
-DOCSDIR= ${PREFIX}/usr/share/doc/libpng10-${PORTVERSION}
-PORTDOCS= ANNOUNCE CHANGES LICENSE README TODO Y2KINFO
-DESCR= ${.CURDIR}/../png/pkg-descr
-
-.include <bsd.port.mk>