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-09-05 01:11:53 +00:00
|
|
|
PORTVERSION= 9.8
|
1996-11-18 11:44:27 +00:00
|
|
|
CATEGORIES= graphics
|
2000-06-14 13:21:38 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
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 \
|
2000-07-04 07:13:35 +00:00
|
|
|
png.4:${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
|
2000-07-01 19:26:13 +00:00
|
|
|
INSTALLS_SHLIB= yes
|
1999-11-01 01:14:38 +00:00
|
|
|
|
2000-06-09 23:49:42 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.include "${FILESDIR}/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
|
|
|
|
|
2000-06-09 23:49:42 +00:00
|
|
|
.include <bsd.port.post.mk>
|