freebsd-ports/graphics/iccxml/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

21 lines
491 B
Makefile

# $FreeBSD$
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 pathfix pkgconfig libtool
GNU_CONFIGURE= yes
USE_GNOME= libxml2
USE_LDCONFIG= yes
CONFIGURE_ENV+= PKG_CONFIG_PATH=${PREFIX}/libdata/pkgconfig
.include <bsd.port.mk>