2000-09-28 16:48:50 +02:00
|
|
|
# New ports collection makefile for: linux-png
|
|
|
|
# Date created: 28 September 2000
|
|
|
|
# Whom: sanpei@FreeBSD.org
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= png
|
2005-11-20 17:45:39 +01:00
|
|
|
PORTVERSION= 1.2.8
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 6
|
2000-09-28 16:48:50 +02:00
|
|
|
CATEGORIES= graphics linux
|
2011-03-03 10:26:45 +01:00
|
|
|
MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER}
|
2006-07-09 23:01:45 +02:00
|
|
|
DISTNAME= libpng-${PORTVERSION}-2
|
2004-10-21 23:33:11 +02:00
|
|
|
|
2011-03-07 16:08:25 +01:00
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
2003-02-20 20:31:37 +01:00
|
|
|
COMMENT= RPM of the PNG lib
|
|
|
|
|
2009-06-02 23:15:40 +02:00
|
|
|
CONFLICTS= linux-f8-png-[0-9]* linux-f10-png-[0-9]*
|
2009-04-01 12:10:16 +02:00
|
|
|
|
2012-04-14 22:24:51 +02:00
|
|
|
# EXPIRATION_DATE is the EoL of the last 7.x release
|
|
|
|
EXPIRATION_DATE=2013-02-28
|
2004-06-21 20:28:09 +02:00
|
|
|
# no alpha rpm is available
|
2005-08-19 00:34:07 +02:00
|
|
|
ONLY_FOR_ARCHS= i386 amd64
|
2006-05-01 19:28:17 +02:00
|
|
|
USE_LINUX_RPM= yes
|
2006-07-09 23:01:45 +02:00
|
|
|
LINUX_DIST_VER= 4
|
- 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 19:56:05 +02:00
|
|
|
USE_LDCONFIG= yes
|
2004-06-21 20:28:09 +02:00
|
|
|
|
2005-02-05 15:56:29 +01:00
|
|
|
PLIST_FILES= \
|
|
|
|
usr/lib/libpng.so.3 \
|
2005-02-06 22:50:35 +01:00
|
|
|
usr/lib/libpng.so.3.${PORTVERSION} \
|
2005-02-05 15:56:29 +01:00
|
|
|
usr/lib/libpng12.so.0 \
|
2005-02-06 22:50:35 +01:00
|
|
|
usr/lib/libpng12.so.0.${PORTVERSION} \
|
2004-11-20 20:31:46 +01:00
|
|
|
usr/share/man/man5/png.5.gz
|
2005-02-06 22:50:35 +01:00
|
|
|
DOCSDIR= ${PREFIX}/usr/share/doc/libpng-${PORTVERSION}
|
2004-11-20 20:31:46 +01:00
|
|
|
PORTDOCS= CHANGES LICENSE README TODO example.c libpng.txt
|
2000-09-28 16:48:50 +02:00
|
|
|
|
2006-05-01 19:28:17 +02:00
|
|
|
.include <bsd.port.mk>
|