mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
43 lines
939 B
Makefile
43 lines
939 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
|
|
PORTREVISION= 1
|
|
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>
|