opnsense-ports/x11/libXcm/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

19 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>