aboutsummaryrefslogblamecommitdiff
path: root/graphics/iccxml/Makefile
blob: ce1b4089c8250dc5b3da7d56e4d8b42d8aee2e9c (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                      
                     
                 



                                                     
                                 

                                                                                   
                                                  
 
                                                     
                   

                       




                                                            
 
                      
PORTNAME=	iccxml
PORTVERSION=	0.9.8
PORTREVISION=	2
CATEGORIES=	graphics
MASTER_SITES=	SF/${PORTNAME}/IccXML-Src/${DISTNAME}
DISTNAME=	IccXML-${PORTVERSION}

MAINTAINER=	ports@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>