forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
19 lines
374 B
Makefile
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>
|