2013-08-02 18:52:07 +00:00
|
|
|
# Created by: ijliao
|
2002-08-14 08:12:00 +00:00
|
|
|
|
|
|
|
PORTNAME= IPA
|
2011-06-09 06:47:50 +00:00
|
|
|
PORTVERSION= 1.08
|
2014-11-26 13:08:24 +00:00
|
|
|
PORTREVISION= 2
|
2002-08-14 08:12:00 +00:00
|
|
|
CATEGORIES= graphics
|
2007-08-07 10:14:40 +00:00
|
|
|
MASTER_SITES= http://www.prima.eu.org/IPA/ CPAN/Prima/KARASIK
|
2002-08-14 08:12:00 +00:00
|
|
|
|
2014-02-05 17:35:53 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 18:08:19 +00:00
|
|
|
COMMENT= Image Processing Algorithms
|
2002-08-14 08:12:00 +00:00
|
|
|
|
2018-08-06 02:49:34 +00:00
|
|
|
LICENSE= ART10 GPLv1+
|
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
2021-08-25 18:45:13 +00:00
|
|
|
BROKEN= does not build: use of undeclared identifier 'nilHandle'
|
|
|
|
|
2018-07-09 08:40:17 +00:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2016-04-01 14:00:51 +00:00
|
|
|
RUN_DEPENDS= p5-Prima>1.24:x11-toolkits/p5-Prima
|
2002-08-14 08:12:00 +00:00
|
|
|
|
2013-08-02 18:52:07 +00:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2008-01-04 17:57:35 +00:00
|
|
|
INSTALL_TARGET= pure_install
|
2009-11-19 23:41:55 +00:00
|
|
|
MAKE_JOBS_UNSAFE= yes
|
2002-08-14 08:12:00 +00:00
|
|
|
|
2015-02-22 15:02:37 +00:00
|
|
|
post-install:
|
|
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/IPA/IPA.so
|
|
|
|
|
2018-08-06 02:49:34 +00:00
|
|
|
.include <bsd.port.mk>
|