aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/ppmcaption/Makefile
blob: 79ba837f7c0b01a3e1779219fea31c77ada57a25 (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
# New ports collection makefile for:    ppmcaption
# Date created:         May 31, 2001
# Whom:             Mark Pulford <mark@kyne.com.au>
#
# $FreeBSD$
#

PORTNAME=   ppmcaption
PORTVERSION=    1.0
CATEGORIES= graphics
MASTER_SITES=   http://www.jwz.org/ppmcaption/

MAINTAINER= markp@FreeBSD.org
COMMENT=    A utility which adds text to images

GNU_CONFIGURE=  yes
CONFIGURE_ENV+= CPP="${CPP}"
CONFIGURE_ARGS+=    --with-builtin="ncenB24.bdf -scale 0.5 -blur 5"
MAN1=       ppmcaption.1
USE_REINPLACE=  yes

post-patch:
    ${REINPLACE_CMD} -e "s,-lang-c89,," ${WRKSRC}/configure

.include <bsd.port.mk>