aboutsummaryrefslogtreecommitdiff
path: root/x11/xcm/Makefile
blob: d5760e69c704359d4da1ee27a21b026500ba295e (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
25
26
27
28
29
30
31
32
33
34
35
36
# $FreeBSD$

PORTNAME=	xcm
PORTVERSION=	0.5.4
PORTREVISION=	1
CATEGORIES=	x11

MAINTAINER=	bsam@FreeBSD.org
COMMENT=	X Color Management tools

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/docs/COPYING

LIB_DEPENDS=	libXcm.so:x11/libXcm \
		libOyranos.so:graphics/oyranos

USE_GITHUB=     yes
GH_ACCOUNT=     oyranos-cms
HAS_CONFIGURE=	yes
CONFIGURE_ARGS=	--mandir=${PREFIX}/man
USES=		pkgconfig xorg
USE_XORG=	x11 xfixes xmu xt

# xcm should be added to XORG_MODULES at /usr/ports/Mk/bsd.xorg.mk
# and LIB_DEPENDS is replaced by the following line:
#USE_XORG=	xcm

PLIST_FILES=	bin/xcm bin/xcmedid bin/xcmevents bin/xcmhextobin \
		man/man1/xcm.1.gz \
		man/man1/xcmddc.1.gz man/man1/xcmedid.1.gz \
		man/man1/xcmevents.1.gz man/man1/xcmhextobin.1.gz
PORTDOCS=	*

OPTIONS_DEFINE=	DOCS

.include <bsd.port.mk>