freebsd-ports/graphics/IPA/Makefile

29 lines
617 B
Makefile
Raw Normal View History

# ex:ts=8
# Ports collection makefile for: ipa
# Date created: Aug 13, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= IPA
2011-06-09 08:47:50 +02:00
PORTVERSION= 1.08
CATEGORIES= graphics
MASTER_SITES= http://www.prima.eu.org/IPA/ CPAN/Prima/KARASIK
2008-01-02 03:44:59 +01:00
MAINTAINER= perl@FreeBSD.org
2003-02-20 19:08:19 +01:00
COMMENT= Image Processing Algorithms
2011-06-09 08:47:50 +02:00
RUN_DEPENDS= p5-Prima>1.24:${PORTSDIR}/x11-toolkits/p5-Prima
BUILD_DEPENDS:= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
INSTALL_TARGET= pure_install
MAKE_JOBS_UNSAFE= yes
MAN1= iterm.1
2008-01-02 03:44:59 +01:00
MAN3= IPA.3 IPA::Geometry.3 IPA::Global.3 IPA::Local.3 IPA::Misc.3 \
IPA::Morphology.3 IPA::Point.3 IPA::Region.3
.include <bsd.port.mk>