freebsd-ports/graphics/crw/Makefile

32 lines
687 B
Makefile
Raw Normal View History

# New ports collection makefile for: crw
# Date created: 16 June 2002
# Whom: dillon
#
# $FreeBSD$
#
PORTNAME= crw
PORTVERSION= 1.03
2012-06-01 07:26:28 +02:00
PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= http://apollo.backplane.com/FreeBSDPorts/
MAINTAINER= ports@FreeBSD.org
COMMENT= A utility to process Canon camera RAW (.crw) files
2012-06-01 07:26:28 +02:00
LIB_DEPENDS= png15:${PORTSDIR}/graphics/png
MAN1= crw.1
MANCOMPRESSED= yes
2004-02-05 21:38:07 +01:00
PLIST_FILES= bin/crw
2012-06-01 07:26:28 +02:00
#CFLAGS+= -I${LOCALBASE}/include/libpng15
post-patch:
@${REINPLACE_CMD} -e 's,/usr/local/lib,${LOCALBASE}/lib,' \
2012-06-01 07:26:28 +02:00
-e 's,CFLAGS=,CFLAGS+=,' \
-e 's,/usr/local/include,${LOCALBASE}/include,' \
${WRKSRC}/Makefile
.include <bsd.port.mk>