2001-06-08 06:11:05 +02:00
|
|
|
# New ports collection makefile for: ppmcaption
|
|
|
|
# Date created: May 31, 2001
|
|
|
|
# Whom: Mark Pulford <mark@kyne.com.au>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= ppmcaption
|
2005-11-30 12:21:59 +01:00
|
|
|
PORTVERSION= 1.1
|
2001-06-08 06:11:05 +02:00
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= http://www.jwz.org/ppmcaption/
|
|
|
|
|
2006-04-15 02:01:12 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-22 17:40:16 +01:00
|
|
|
COMMENT= A utility which adds text to images
|
2001-06-08 06:11:05 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2003-11-21 13:55:56 +01:00
|
|
|
CONFIGURE_ENV+= CPP="${CPP}"
|
2001-06-08 06:11:05 +02:00
|
|
|
CONFIGURE_ARGS+= --with-builtin="ncenB24.bdf -scale 0.5 -blur 5"
|
2003-02-22 17:40:16 +01:00
|
|
|
MAN1= ppmcaption.1
|
2004-02-06 14:12:53 +01:00
|
|
|
PLIST_FILES= bin/ppmcaption
|
2003-11-21 13:55:56 +01:00
|
|
|
|
2008-02-19 22:03:11 +01:00
|
|
|
ONLY_FOR_ARCHS= i386
|
|
|
|
ONLY_FOR_ARCHS_REASON= does not compile on ia64 or amd64
|
2007-03-03 19:54:47 +01:00
|
|
|
|
2003-11-21 13:55:56 +01:00
|
|
|
post-patch:
|
|
|
|
${REINPLACE_CMD} -e "s,-lang-c89,," ${WRKSRC}/configure
|
2001-06-08 06:11:05 +02:00
|
|
|
|
2008-02-19 22:03:11 +01:00
|
|
|
.include <bsd.port.mk>
|