freebsd-ports/graphics/iccxml/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

22 lines
560 B
Makefile

PORTNAME= iccxml
PORTVERSION= 0.9.8
CATEGORIES= graphics
MASTER_SITES= SF/${PORTNAME}/IccXML-Src/${DISTNAME}
DISTNAME= IccXML-${PORTVERSION}
MAINTAINER= bsam@FreeBSD.org
COMMENT= Tools for reading and writing the ICC profile contents as XML files
LIB_DEPENDS= libSampleICC.so:graphics/sampleicc
USES= gmake gnome libtool pathfix pkgconfig
GNU_CONFIGURE= yes
USE_GNOME= libxml2
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
post-patch:
@${REINPLACE_CMD} -e 's,return NULL,return false,' \
${WRKSRC}/IccLibXML/IccProfileXml.cpp
.include <bsd.port.mk>