aboutsummaryrefslogtreecommitdiffstats
path: root/x11/libXcm/Makefile
blob: 6ec4c9c13d7f8f3f7cc27e6375cbcb50e8af4d80 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $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
USES=       pathfix pkgconfig
USE_XORG=   xfixes xmu

.include <bsd.port.mk>