c634b4bb83
PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
26 lines
501 B
Makefile
26 lines
501 B
Makefile
# 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
|
|
|
|
do-configure:
|
|
@(cd ${WRKSRC} ; ${PERL} ./${CONFIGURE_SCRIPT})
|
|
|
|
.include <bsd.port.mk>
|