2004-11-17 21:35:24 +01:00
|
|
|
# New ports collection makefile for: enblend
|
|
|
|
# Date created: 19 september 2004
|
|
|
|
# Whom: cartola@openit.com.br
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= enblend
|
2006-04-22 14:52:26 +02:00
|
|
|
PORTVERSION= 2.5
|
2004-11-17 21:35:24 +01:00
|
|
|
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 \
|
2005-04-18 19:19:05 +02:00
|
|
|
jpeg:${PORTSDIR}/graphics/jpeg \
|
|
|
|
boost_date_time:${PORTSDIR}/devel/boost
|
2004-11-17 21:35:24 +01:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2005-04-18 19:19:05 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${WRKSRC}/src/vigra_impex -I${WRKSRC}/include -I${LOCALBASE}/include" \
|
2004-11-17 21:35:24 +01:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2004-12-09 00:03:10 +01:00
|
|
|
USE_GETOPT_LONG=yes
|
2004-11-17 21:35:24 +01:00
|
|
|
|
|
|
|
PLIST_FILES= bin/enblend
|
|
|
|
MAN1= enblend.1
|
|
|
|
|
2005-05-21 19:31:00 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} < 500000
|
|
|
|
BROKEN= "Does not compile on FreeBSD 4.x"
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|