1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
freebsd-ports/graphics/pfstmo/Makefile
Tobias C. Berner 5da7ccc1fb Update math/gsl to 2.4
Exp-Run by:	antoine
PR:		220408
2017-07-03 20:38:11 +00:00

31 lines
677 B
Makefile

# Created by: Iouri V. Ivliev
# $FreeBSD$
PORTNAME= pfstmo
PORTVERSION= 1.5
PORTREVISION= 6
CATEGORIES= graphics
MASTER_SITES= SF/pfstools/${PORTNAME}/${PORTVERSION}
MAINTAINER= ii@any.com.ru
COMMENT= Tone mapping operators
USE_GCC= any
LIB_DEPENDS= libpfs-1.2.so:graphics/pfstools \
libfftw3.so:math/fftw3 \
libfftw3f.so:math/fftw3-float \
libgsl.so:math/gsl
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} ${DEBUG_FLAGS}" \
LDFLAGS="${PFS_LDFLAGS}"
USES= gmake pkgconfig compiler:openmp
.include <bsd.port.mk>