diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2004-11-17 20:35:24 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2004-11-17 20:35:24 +0000 |
commit | ee6bb3d0ff4e5e7e7e76ad5f61466607ccc80b1e (patch) | |
tree | 40e89cae84bce81ea3c4e44504204a764c297dc9 /graphics/enblend/Makefile | |
parent | 66a1f7ac13f52de2af5de9532f01b53c1673b80d (diff) |
Notes
Diffstat (limited to 'graphics/enblend/Makefile')
-rw-r--r-- | graphics/enblend/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/graphics/enblend/Makefile b/graphics/enblend/Makefile new file mode 100644 index 000000000000..55b853bbe257 --- /dev/null +++ b/graphics/enblend/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: enblend +# Date created: 19 september 2004 +# Whom: cartola@openit.com.br +# +# $FreeBSD$ +# + +PORTNAME= enblend +PORTVERSION= 1.3 +CATEGORIES= graphics +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= cartola@openit.com.br +COMMENT= Image Blending with Multiresolution Splines. For panorama images, etc + +LIB_DEPENDS= tiff:${PORTSDIR}/graphics/tiff \ + jpeg:${PORTSDIR}/graphics/jpeg + +GNU_CONFIGURE= yes + +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +PLIST_FILES= bin/enblend +MAN1= enblend.1 + +.include <bsd.port.mk> |