1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/graphics/IPA/Makefile
2021-08-28 02:49:13 +03:00

29 lines
603 B
Makefile

# Created by: ijliao
PORTNAME= IPA
PORTVERSION= 1.08
PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= http://www.prima.eu.org/IPA/ CPAN/Prima/KARASIK
MAINTAINER= ports@FreeBSD.org
COMMENT= Image Processing Algorithms
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BROKEN= does not build: use of undeclared identifier 'nilHandle'
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Prima>1.24:x11-toolkits/p5-Prima
USES= perl5
USE_PERL5= configure
INSTALL_TARGET= pure_install
MAKE_JOBS_UNSAFE= yes
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/IPA/IPA.so
.include <bsd.port.mk>