diff options
author | ahze <ahze@FreeBSD.org> | 2004-11-18 04:35:24 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2004-11-18 04:35:24 +0800 |
commit | 85091d4f67c0ae618f0aaaad2a54746d3b6c8aa8 (patch) | |
tree | 40f9a4d68692ee3b6941b861193b1a99c70511f1 /graphics/enblend/Makefile | |
parent | 65227efa4f8cc550dfd76bb8ad5ab2d283747df9 (diff) | |
download | freebsd-ports-gnome-85091d4f67c0ae618f0aaaad2a54746d3b6c8aa8.tar.gz freebsd-ports-gnome-85091d4f67c0ae618f0aaaad2a54746d3b6c8aa8.tar.zst freebsd-ports-gnome-85091d4f67c0ae618f0aaaad2a54746d3b6c8aa8.zip |
Add enblend
Enblend is a tool for compositing images. Given a set of images that
overlap in some irregular way, Enblend overlays them in such a way that
the seam between the images is invisible, or at least very difficult to
see. Enblend does not line up the images for you. Use a tool like Hugin
to do that.
PR: ports/71992
Submitted by: cartola@openit.com.br
Approved by: adamw (mentor)
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> |