blob: d75aa0133f107f632b18d1291553eb5f27d88b5e (
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
31
|
# ex:ts=8
# Ports collection makefile for: ipa
# Date created: Aug 13, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= IPA
PORTVERSION= 1.00
CATEGORIES= graphics
MASTER_SITES= http://www.prima.eu.org/IPA/
MAINTAINER= ports@FreeBSD.org
COMMENT= Image Processing Algorithms
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Prima.pm:${PORTSDIR}/x11-toolkits/p5-Prima
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64"
BROKEN= "Does not compile on amd64 (shared libraries need to be compiled with -fPIC)"
.endif
do-configure:
@(cd ${WRKSRC} ; ${PERL} ./${CONFIGURE_SCRIPT})
.include <bsd.port.post.mk>
|