aboutsummaryrefslogtreecommitdiff
path: root/graphics/linux-png10/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/linux-png10/Makefile')
-rw-r--r--graphics/linux-png10/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/graphics/linux-png10/Makefile b/graphics/linux-png10/Makefile
index 5307a31714f5..7adefa0d6c88 100644
--- a/graphics/linux-png10/Makefile
+++ b/graphics/linux-png10/Makefile
@@ -7,23 +7,23 @@
PORTNAME= png
PORTVERSION= 1.0.16
-PORTREVISION= 6
+PORTREVISION= 7
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/
+DISTNAME= libpng10-${PORTVERSION}-1
MAINTAINER= freebsd-emulation@FreeBSD.org
COMMENT= RPM of the PNG lib (old 1.0 version)
LATEST_LINK= linux-png10
-DIST_SUBDIR= rpm/i386/fc3
ONLY_FOR_ARCHS= i386
-RPM_SET= libpng10-${PORTVERSION}-1.i386.rpm
+USE_LINUX_RPM= yes
+LINUX_DIST_VER= 3
+INSTALLS_SHLIB= yes
PLIST_FILES= usr/lib/libpng.so.2.1.0.16 \
usr/lib/libpng.so.2
DOCSDIR= ${PREFIX}/usr/share/doc/libpng10-1.0.16
PORTDOCS= CHANGES LICENSE README TODO example.c libpng.txt
-.include "../../x11-toolkits/linux-gtk/Makefile"
+.include <bsd.port.mk>