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