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
|
2007-05-02 01:17:41 +02:00
|
|
|
PORTVERSION= 3.0
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTREVISION= 2
|
2004-11-17 21:35:24 +01:00
|
|
|
CATEGORIES= graphics
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
MASTER_SITES= SF
|
2004-11-17 21:35:24 +01:00
|
|
|
|
2008-01-22 12:32:36 +01:00
|
|
|
MAINTAINER= vd@FreeBSD.org
|
2007-05-02 01:17:41 +02:00
|
|
|
COMMENT= A tool for image blending with multiresolution splines
|
2004-11-17 21:35:24 +01:00
|
|
|
|
2007-05-02 01:17:41 +02:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/boost/pool/pool.hpp:${PORTSDIR}/devel/boost
|
|
|
|
LIB_DEPENDS= GLEW.1:${PORTSDIR}/graphics/glew \
|
|
|
|
jpeg.9:${PORTSDIR}/graphics/jpeg \
|
|
|
|
lcms:${PORTSDIR}/graphics/lcms \
|
|
|
|
xmi.1:${PORTSDIR}/graphics/plotutils \
|
|
|
|
tiff.4:${PORTSDIR}/graphics/tiff
|
2004-11-17 21:35:24 +01:00
|
|
|
|
2007-05-02 01:17:41 +02:00
|
|
|
USE_GNOME= gnometarget
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
USE_GL= glut
|
2004-11-17 21:35:24 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2007-05-02 01:17:41 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
2004-11-17 21:35:24 +01:00
|
|
|
|
|
|
|
MAN1= enblend.1
|
2007-05-02 01:17:41 +02:00
|
|
|
PLIST_FILES= bin/enblend
|
|
|
|
|
|
|
|
CPPFLAGS= -I${WRKSRC}/src/vigra_impex -I${WRKSRC}/include \
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
-I${LOCALBASE}/include
|
|
|
|
LDFLAGS= -L${LOCALBASE}/lib
|
2007-05-02 01:17:41 +02:00
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|-ffast-math||g ; \
|
|
|
|
s|-g -O3||g' ${WRKSRC}/src/Makefile.in
|
2004-11-17 21:35:24 +01:00
|
|
|
|
2007-02-27 06:40:01 +01:00
|
|
|
.include <bsd.port.mk>
|