freebsd-ports/graphics/pfstmo/Makefile
Rong-En Fan b356cf090c - Update to 1.2
PR:		ports/121858
Submitted by:	Iouri V. Ivliev <ii at any.com.ru> (maintainer)
2008-04-04 12:18:22 +00:00

41 lines
923 B
Makefile

# New ports collection makefile for: pfstmo
# Date created: Fri Jun 1 16:13:32 UTC 2007
# Whom: argv[0] (Iouri V. Ivliev)
#
# $FreeBSD$
PORTNAME= pfstmo
PORTVERSION= 1.2
CATEGORIES= graphics
MASTER_SITES= SF
MASTER_SITE_SUBDIR= pfstools
MAINTAINER= ii@any.com.ru
COMMENT= Tone mapping operators
LIB_DEPENDS= pfs-1.2:${PORTSDIR}/graphics/pfstools
PFS_CPPFLAGS= -I${LOCALBASE}/include
PFS_LDFLAGS= -L${LOCALBASE}/lib
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="${PFS_CPPFLAGS}" \
LDFLAGS="${PFS_LDFLAGS}"
USE_GMAKE= yes
MAN1= pfstmo_pattanaik00.1 \
pfstmo_reinhard05.1 \
pfstmo_reinhard02.1 \
pfstmo_durand02.1 \
pfstmo_drago03.1 \
pfstmo_mantiuk06.1 \
pfstmo_fattal02.1
.include <bsd.port.pre.mk>
.if defined(WITH_FFTW3F)
LIB_DEPENDS+= fftw3f.4:${PORTSDIR}/math/fftw3-float
.endif
.include <bsd.port.post.mk>