Tweak audio/festvox-el11 version 1.4.0_2
[dports.git] / graphics / iccxml / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       iccxml
4 PORTVERSION=    0.9.8
5 CATEGORIES=     graphics
6 MASTER_SITES=   SF/${PORTNAME}/IccXML-Src/${DISTNAME}
7 DISTNAME=       IccXML-${PORTVERSION}
8
9 MAINTAINER=     bsam@FreeBSD.org
10 COMMENT=        Tools for reading and writing the ICC profile contents as XML files
11
12 LIB_DEPENDS=    libSampleICC.so:graphics/sampleicc
13
14 USES=           gmake pathfix pkgconfig libtool
15 GNU_CONFIGURE=  yes
16 USE_GNOME=      libxml2
17 USE_LDCONFIG=   yes
18
19 CONFIGURE_ENV+= PKG_CONFIG_PATH=${PREFIX}/libdata/pkgconfig
20
21 .include <bsd.port.mk>