freebsd-ports/graphics/pfscalibration/Makefile
Baptiste Daroussin 02b7b4859a Add an explicit dependency on pkgconf
While here remove the post-patch target in favour of using shebangfix
2013-05-28 09:37:57 +00:00

33 lines
722 B
Makefile

# Created by: Iouri V. Ivliev
# $FreeBSD$
PORTNAME= pfscalibration
PORTVERSION= 1.3
PORTREVISION= 4
CATEGORIES= graphics
MASTER_SITES= SF/pfstools/${PORTNAME}/${PORTVERSION}
MAINTAINER= ii@any.com.ru
COMMENT= Photometric calibration of cameras and recovery HDR images from the set of LDR exposures
PFS_CPPFLAGS= -I${LOCALBASE}/include
PFS_LDFLAGS= -L${LOCALBASE}/lib
USES= pkgconfig shebangfix
GNU_CONFIGURE= yes
CPPFLAGS+= ${PFS_CPPFLAGS}
LDFLAGS+= ${PFS_LDFLAGS}
USE_GMAKE= yes
USE_PERL5= yes
LIB_DEPENDS= pfs-1.2:${PORTSDIR}/graphics/pfstools
MAN1= jpeg2hdrgen.1 \
dcraw2hdrgen.1 \
pfsinhdrgen.1 \
pfshdrcalibrate.1
SHEBANG_FILES= src/dcraw2hdrgen src/jpeg2hdrgen
bash_CMD= ${SH}
.include <bsd.port.mk>