1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/graphics/linux-f10-png/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

33 lines
748 B
Makefile

# New ports collection makefile for: linux-png
# Date created: 28 September 2000
# Whom: sanpei@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= png
PORTVERSION= 1.2.8
PORTREVISION= 2
CATEGORIES= graphics linux
DISTNAME= libpng-${PORTVERSION}-2
MAINTAINER= freebsd-emulation@FreeBSD.org
COMMENT= RPM of the PNG lib
# no alpha rpm is available
ONLY_FOR_ARCHS= i386 amd64
USE_LINUX_RPM= yes
LINUX_DIST_VER= 4
USE_LDCONFIG= yes
PLIST_FILES= \
usr/lib/libpng.so.3 \
usr/lib/libpng.so.3.${PORTVERSION} \
usr/lib/libpng12.so.0 \
usr/lib/libpng12.so.0.${PORTVERSION} \
usr/share/man/man5/png.5.gz
DOCSDIR= ${PREFIX}/usr/share/doc/libpng-${PORTVERSION}
PORTDOCS= CHANGES LICENSE README TODO example.c libpng.txt
.include <bsd.port.mk>