summaryrefslogtreecommitdiff
path: root/graphics/netpbm/Makefile
blob: 65bd321ae82c109bbfdb498f847b513ab18cc586 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# New ports collection makefile for:	netpbm
# Date created:		?
# Whom:			jmz (original)
#
# $FreeBSD$
#

PORTNAME=	netpbm
PORTVERSION=	9.4
CATEGORIES=	graphics
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}
EXTRACT_SUFX=	.tgz

MAINTAINER=	ports@FreeBSD.org

LIB_DEPENDS=	tiff.4:${PORTSDIR}/graphics/tiff \
		jpeg.9:${PORTSDIR}/graphics/jpeg \
		png.3:${PORTSDIR}/graphics/png

USE_GMAKE=	yes
INSTALLS_SHLIB=	yes
MAKEFILE=	GNUmakefile
ALL_TARGET=	merge
INSTALL_TARGET=	install-merge install-dev

.include <bsd.port.pre.mk>

.include "${FILESDIR}/manpages"

post-patch:
	@${PERL} -pi -e "s|%%X11BASE%%|${X11BASE}|g" ${WRKSRC}/pbmplus.h

.include <bsd.port.post.mk>