diff options
Diffstat (limited to 'graphics/linux-f8-png/Makefile')
-rw-r--r-- | graphics/linux-f8-png/Makefile | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/graphics/linux-f8-png/Makefile b/graphics/linux-f8-png/Makefile deleted file mode 100644 index d54f7fa5db57..000000000000 --- a/graphics/linux-f8-png/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.2.7 -PORTREVISION= 4 -CATEGORIES= graphics linux -MASTER_SITES= http://mirrors.xmission.com/fedora/core/3/i386/os/Fedora/RPMS/ \ - http://fedora.cat.pdx.edu/linux/core/3/i386/os/Fedora/RPMS/ - -MAINTAINER= freebsd-emulation@FreeBSD.org -COMMENT= RPM of the PNG lib - -DIST_SUBDIR= rpm/i386/fc3 -# no alpha rpm is available -ONLY_FOR_ARCHS= i386 -RPM_SET= libpng-${PORTVERSION}-1.i386.rpm - -PLIST_FILES= usr/lib/libpng12.so.0.1.2.7 \ - usr/share/man/man5/png.5.gz -DOCSDIR= ${PREFIX}/usr/share/doc/libpng-1.2.27 -PORTDOCS= CHANGES LICENSE README TODO example.c libpng.txt - -.include "../../x11-toolkits/linux-gtk/Makefile" |