freebsd-ports/graphics/enblend/Makefile
Michael Johnson 3ca1ac37e8 - Update to 2.2
PR:		ports/78656
Submitted by:	cartola@openit.com.br (maintainer)
2005-04-18 17:19:05 +00:00

29 lines
735 B
Makefile

# New ports collection makefile for: enblend
# Date created: 19 september 2004
# Whom: cartola@openit.com.br
#
# $FreeBSD$
#
PORTNAME= enblend
PORTVERSION= 2.2
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 \
boost_date_time:${PORTSDIR}/devel/boost
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${WRKSRC}/src/vigra_impex -I${WRKSRC}/include -I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
USE_GETOPT_LONG=yes
PLIST_FILES= bin/enblend
MAN1= enblend.1
.include <bsd.port.mk>