freebsd-ports/graphics/pfscalibration/Makefile
Dmitry Marakasov 6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00

39 lines
912 B
Makefile

# New ports collection makefile for: pfscalibration
# Date created: Fri Jun 1 15:44:40 UTC 2007
# Whom: argv[0] (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
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
.include <bsd.port.pre.mk>
post-patch:
@${REINPLACE_CMD} -e "s,#!/bin/bash,#!/bin/sh," \
${WRKSRC}/src/dcraw2hdrgen \
${WRKSRC}/src/jpeg2hdrgen
.include <bsd.port.post.mk>