diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-08-14 08:12:00 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-08-14 08:12:00 +0000 |
commit | 60097a6d8f1bbd6e645e15bf188fb59b1b306b37 (patch) | |
tree | 195181e9090ca7cd7d6432f15adf4fc8414e34fe /graphics/IPA/Makefile | |
parent | 47d27e51879fc5932faa74199c3bbc70ca4dbe2a (diff) | |
download | FreeBSD-ports-60097a6d8f1bbd6e645e15bf188fb59b1b306b37.zip FreeBSD-ports-60097a6d8f1bbd6e645e15bf188fb59b1b306b37.tar.gz |
re-add IPA 1.00
Image Processing Algorithms
Diffstat (limited to 'graphics/IPA/Makefile')
-rw-r--r-- | graphics/IPA/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/graphics/IPA/Makefile b/graphics/IPA/Makefile new file mode 100644 index 0000000..ebef506 --- /dev/null +++ b/graphics/IPA/Makefile @@ -0,0 +1,24 @@ +# 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 + +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${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> |