Tweak x11/cinnamon-menus version 2.4.1
[dports.git] / x11 / xcm / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       xcm
4 PORTVERSION=    0.5.3
5 CATEGORIES=     x11
6 MASTER_SITES=   SF/oyranos/Xcm
7
8 MAINTAINER=     bsam@FreeBSD.org
9 COMMENT=        X Color Management tools
10
11 LIB_DEPENDS=    libXcm.so:x11/libXcm
12
13 XORG_CAT=       app
14 # xcm should be added to XORG_MODULES at /usr/ports/Mk/bsd.xorg.mk
15 # and LIB_DEPENDS is replaced by the following line:
16 #USE_XORG=      xcm
17
18 PLIST_FILES=    bin/xcm bin/xcmedid bin/xcmevents man/man1/xcm.1.gz \
19                 man/man1/xcmddc.1.gz man/man1/xcmedid.1.gz \
20                 man/man1/xcmevents.1.gz
21
22 .include <bsd.port.mk>