1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/x11/libXcm/Makefile

20 lines
374 B
Makefile

# $FreeBSD$
PORTNAME= libXcm
PORTVERSION= 0.5.3
PORTREVISION= 3
CATEGORIES= x11
MASTER_SITES= SF/oyranos/${PORTNAME}/${PORTNAME}-${PORTVERSION:C|(.*)\.[0-9]*$|\1|}
MAINTAINER= bsam@FreeBSD.org
COMMENT= X Colour Management Library
LICENSE= MIT
USES= libtool pathfix pkgconfig
GNU_CONFIGURE= yes
USE_XORG= xfixes xmu
INSTALL_TARGET= install-strip
.include <bsd.port.mk>