freebsd-ports/graphics/crw/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

28 lines
583 B
Makefile

# Created by: dillon
# $FreeBSD$
PORTNAME= crw
PORTVERSION= 1.03
PORTREVISION= 3
CATEGORIES= graphics
MASTER_SITES= http://apollo.backplane.com/FreeBSDPorts/
MAINTAINER= ports@FreeBSD.org
COMMENT= Utility to process Canon camera RAW (.crw) files
LIB_DEPENDS= libpng.so:graphics/png
USES= uidfix
PLIST_FILES= bin/crw man/man1/crw.1.gz
#CFLAGS+= -I${LOCALBASE}/include/libpng15
post-patch:
@${REINPLACE_CMD} -e 's,/usr/local/lib,${LOCALBASE}/lib,' \
-e 's,CFLAGS=,CFLAGS+=,' \
-e 's,/usr/local/include,${LOCALBASE}/include,' \
${WRKSRC}/Makefile
.include <bsd.port.mk>