aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/tif22pnm/Makefile
blob: 59190ac5e66d20efdb3f4768174f7a5203cca057 (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
# ex:ts=8
# Ports collection makefile for:    tif22pnm
# Date created:         Jan 7, 2003
# Whom:             ijliao
#
# $FreeBSD$
#

PORTNAME=   tif22pnm
PORTVERSION=    0.10
CATEGORIES= graphics
MASTER_SITES=   http://www.inf.bme.hu/~pts/

MAINTAINER= ports@FreeBSD.org

BUILD_DEPENDS=  bash:${PORTSDIR}/shells/bash2
LIB_DEPENDS=    tiff:${PORTSDIR}/graphics/tiff

USE_REINPLACE=  yes
GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --with-libtiff-ldir=${LOCALBASE}/lib \
        --with-libtiff-idir=${LOCALBASE}/include

do-build:
    @(cd ${WRKSRC} ; ${LOCALBASE}/bin/bash do.sh compile)

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/tif22pnm ${PREFIX}/bin

.include <bsd.port.mk>