1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/x11/libXcm/Makefile
Boris Samorodov e5de9e5d45 . support staging;
. use pathfix instead a reinplace command.
2013-09-28 19:34:21 +00:00

18 lines
315 B
Makefile

# $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>