mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
4bdd97e324
- Add USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Remove PTHREAD_CFLAGS and PTHREAD_LIBS - Use MAKE_CMD
30 lines
731 B
Makefile
30 lines
731 B
Makefile
# Created by: Iouri V. Ivliev
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pfstmo
|
|
PORTVERSION= 1.5
|
|
PORTREVISION= 2
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= SF
|
|
MASTER_SITE_SUBDIR= pfstools/${PORTNAME}/${PORTVERSION}
|
|
|
|
MAINTAINER= ii@any.com.ru
|
|
COMMENT= Tone mapping operators
|
|
|
|
LIB_DEPENDS= libpfs-1.2.so:${PORTSDIR}/graphics/pfstools \
|
|
libfftw3.so:${PORTSDIR}/math/fftw3 \
|
|
libfftw3f.so:${PORTSDIR}/math/fftw3-float \
|
|
libgsl.so:${PORTSDIR}/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>
|