aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/iccxml/Makefile
blob: cfebcac65ab01fc073ee6b19bc79a62cc29de208 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $FreeBSD$

PORTNAME=   iccxml
PORTVERSION=    0.9.6
PORTREVISION=   1
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:${PORTSDIR}/graphics/sampleicc

USES=       gmake pathfix pkgconfig
GNU_CONFIGURE=  yes
USE_GNOME=  libxml2
USE_LDCONFIG=   yes

CONFIGURE_ENV+= PKG_CONFIG_PATH=${PREFIX}/libdata/pkgconfig

.include <bsd.port.mk>