1995-02-06 10:25:17 +00:00
|
|
|
# New ports collection makefile for: netpbm
|
|
|
|
# Date created: ?
|
|
|
|
# Whom: jmz (original)
|
|
|
|
#
|
1999-08-25 06:16:32 +00:00
|
|
|
# $FreeBSD$
|
1995-02-06 10:25:17 +00:00
|
|
|
#
|
1995-02-07 01:32:21 +00:00
|
|
|
|
2000-04-14 10:48:02 +00:00
|
|
|
PORTNAME= netpbm
|
2000-06-04 22:36:27 +00:00
|
|
|
PORTVERSION= 9.3
|
1996-11-18 11:44:27 +00:00
|
|
|
CATEGORIES= graphics
|
2000-05-19 08:34:13 +00:00
|
|
|
MASTER_SITES= http://download.sourceforge.net/netpbm/
|
2000-04-01 23:57:38 +00:00
|
|
|
EXTRACT_SUFX= .tgz
|
1995-04-09 07:09:55 +00:00
|
|
|
|
1999-08-31 06:53:31 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
1995-02-11 13:51:48 +00:00
|
|
|
|
2000-04-01 23:57:38 +00:00
|
|
|
LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \
|
2000-06-04 22:36:27 +00:00
|
|
|
jpeg.9:${PORTSDIR}/graphics/jpeg \
|
|
|
|
png.3:${PORTSDIR}/graphics/png
|
1994-10-15 19:14:08 +00:00
|
|
|
|
2000-04-01 23:57:38 +00:00
|
|
|
USE_GMAKE= yes
|
2000-05-19 08:34:13 +00:00
|
|
|
MAKEFILE= GNUmakefile
|
2000-04-01 23:57:38 +00:00
|
|
|
ALL_TARGET= merge
|
2000-06-04 22:36:27 +00:00
|
|
|
INSTALL_TARGET= install-merge install-dev
|
1999-11-01 01:14:38 +00:00
|
|
|
|
2000-06-04 22:36:27 +00:00
|
|
|
.include "files/manpages"
|
1995-04-09 07:09:55 +00:00
|
|
|
|
1999-11-01 01:14:38 +00:00
|
|
|
post-patch:
|
2000-04-01 23:57:38 +00:00
|
|
|
@${PERL} -pi -e "s|%%X11BASE%%|${X11BASE}|g" ${WRKSRC}/pbmplus.h
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
${LDCONFIG} -m ${PREFIX}/lib
|
1999-11-01 01:14:38 +00:00
|
|
|
|
1994-10-15 19:14:08 +00:00
|
|
|
.include <bsd.port.mk>
|