1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-04 11:23:46 +00:00
Dmitry Marakasov 095cac5093 - Switch to USES=libtool, drop .la files
Approved by:	portmgr blanket
2014-06-23 02:14:31 +00:00

23 lines
519 B
Makefile

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