1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/x11/libXcm/Makefile
Boris Samorodov 3a5930bc05 The libXcm library is colour management helper for Xorg. It contains
a reference implementation of the X Color Management specification.
It allows to attach colour regions to X windows to communicate with
colour servers.
2013-02-15 10:53:01 +00:00

25 lines
515 B
Makefile

# $FreeBSD$
PORTNAME= libXcm
PORTVERSION= 0.5.2
CATEGORIES= x11
MASTER_SITES= SF/oyranos/${PORTNAME}/${PORTNAME}-${PORTVERSION:C|(.*)\.[0-9]*$|\1|}
MAINTAINER= bsam@FreeBSD.org
COMMENT= X Colour Management Library
LICENSE= MIT
XORG_CAT= lib
USE_PKGCONFIG= build
USE_XORG= xfixes xmu
MAN3= Xcm.3 XcmDDC.3 XcmEdidParse.3 XcmEvents.3 XcolorProfile.3 \
XcolorRegion.3 libXcm.3
post-patch:
@${SED} -I.bak -e 's:{libdir}/pkgconfig:{prefix}/libdata/pkgconfig:g' \
${WRKSRC}/Makefile.in
.include <bsd.port.mk>