freebsd-ports/graphics/IPA/Makefile

38 lines
744 B
Makefile
Raw Normal View History

# ex:ts=8
# Ports collection makefile for: ipa
# Date created: Aug 13, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= IPA
PORTVERSION= 1.03
PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://www.prima.eu.org/IPA/
MAINTAINER= ports@FreeBSD.org
2003-02-20 19:08:19 +01:00
COMMENT= Image Processing Algorithms
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Prima.pm:${PORTSDIR}/x11-toolkits/p5-Prima
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN1= iterm.1
MAN3= IPA.3
MANCOMPRESSED= yes
2007-05-27 05:03:31 +02:00
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700042
BROKEN= Broken with gcc 4.2
.endif
do-configure:
@(cd ${WRKSRC} ; ${PERL} ./${CONFIGURE_SCRIPT})
@(cd ${WRKSRC} ; ${REINPLACE_CMD} -e 's,-o,-fPIC &, ; s|perl/man|man|' Makefile)
2007-05-27 05:03:31 +02:00
.include <bsd.port.post.mk>