From 54d8a45c4cc9f28a9b865f9d847d4dd14f4e8aa7 Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Thu, 3 Apr 2003 06:30:56 +0000 Subject: add xenomorph 0.5.1 An image filter system based on volterra and morphologic filters --- graphics/xenomorph/Makefile | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 graphics/xenomorph/Makefile (limited to 'graphics/xenomorph/Makefile') diff --git a/graphics/xenomorph/Makefile b/graphics/xenomorph/Makefile new file mode 100644 index 000000000000..79bb8f007fb5 --- /dev/null +++ b/graphics/xenomorph/Makefile @@ -0,0 +1,27 @@ +# ex:ts=8 +# Ports collection makefile for: xenomorph +# Date created: Apr 3, 2003 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= xenomorph +PORTVERSION= 0.5.1 +CATEGORIES= graphics +MASTER_SITES= http://xenomorph.sourceforge.net/ +DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g} + +MAINTAINER= ports@FreeBSD.org +COMMENT= An image filter system based on volterra and morphologic filters + +USE_BZIP2= yes +USE_QT_VER= 3 +HAS_CONFIGURE= yes +CONFIGURE_ENV= QTDIR=${X11BASE} +MAKE_ENV= QTDIR=${X11BASE} + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/xenomorph ${PREFIX}/bin + +.include -- cgit v1.2.3