freebsd-ports/graphics/ppmcaption/Makefile
Pav Lucistnik 8f4fb6da75 - This now fails over on amd64 5.x and 8.x too, so just flip the logic and
allow it on i386 only

Reported by:	pointyhat
2008-02-19 21:03:11 +00:00

29 lines
654 B
Makefile

# New ports collection makefile for: ppmcaption
# Date created: May 31, 2001
# Whom: Mark Pulford <mark@kyne.com.au>
#
# $FreeBSD$
#
PORTNAME= ppmcaption
PORTVERSION= 1.1
CATEGORIES= graphics
MASTER_SITES= http://www.jwz.org/ppmcaption/
MAINTAINER= ports@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
PLIST_FILES= bin/ppmcaption
ONLY_FOR_ARCHS= i386
ONLY_FOR_ARCHS_REASON= does not compile on ia64 or amd64
post-patch:
${REINPLACE_CMD} -e "s,-lang-c89,," ${WRKSRC}/configure
.include <bsd.port.mk>