freebsd-ports/graphics/linux-f10-png10/Makefile
Martin Wilke 3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00

28 lines
650 B
Makefile

# 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
USE_LDCONFIG= 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>