aboutsummaryrefslogtreecommitdiff
path: root/graphics/IPA/Makefile
blob: 080d86fbc7a70d31738adafd8dfbc1e0942612d1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Created by: ijliao
# $FreeBSD$

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

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.pre.mk>

.if ${PERL_LEVEL} >= 502600
BROKEN=		Does not build
.endif

.include <bsd.port.post.mk>