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

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
GNU_CONFIGURE=  yes
USE_XORG=   x11 xfixes xmu xt
INSTALL_TARGET= install-strip
PORTDOCS=   *

OPTIONS_DEFINE= DOCS

.include <bsd.port.mk>