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