blob: 127f9c76b2b655a10ae4dba943ca53d1a82c58ef (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
PORTNAME= libXcm
PORTVERSION= 0.5.4
CATEGORIES= x11
MAINTAINER= bsam@FreeBSD.org
COMMENT= X Colour Management Library
LICENSE= MIT
USE_GITHUB= yes
GH_ACCOUNT= oyranos-cms
GH_PROJECT= ${PORTNAME:tl}
USES= libtool pathfix pkgconfig xorg
GNU_CONFIGURE= yes
USE_XORG= x11 xfixes xmu xt
INSTALL_TARGET= install-strip
PORTDOCS= *
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>
|