mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
3e4ed01146
- 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)
41 lines
985 B
Makefile
41 lines
985 B
Makefile
# New ports collection makefile for: enblend
|
|
# Date created: 19 september 2004
|
|
# Whom: cartola@openit.com.br
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= enblend
|
|
PORTVERSION= 3.0
|
|
PORTREVISION= 2
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= vd@FreeBSD.org
|
|
COMMENT= A tool for image blending with multiresolution splines
|
|
|
|
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
|
|
|
|
USE_GNOME= gnometarget
|
|
USE_GL= glut
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
|
|
|
MAN1= enblend.1
|
|
PLIST_FILES= bin/enblend
|
|
|
|
CPPFLAGS= -I${WRKSRC}/src/vigra_impex -I${WRKSRC}/include \
|
|
-I${LOCALBASE}/include
|
|
LDFLAGS= -L${LOCALBASE}/lib
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|-ffast-math||g ; \
|
|
s|-g -O3||g' ${WRKSRC}/src/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|