1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/x11/libXcm/Makefile

25 lines
388 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= libXcm
PORTVERSION= 0.5.4
CATEGORIES= x11
MAINTAINER= bsam@FreeBSD.org
COMMENT= X Colour Management Library
LICENSE= MIT
USE_GITHUB= yes
GH_ACCOUNT= oyranos-cms
GH_PROJECT= ${PORTNAME:tl}
USES= libtool pathfix pkgconfig xorg
GNU_CONFIGURE= yes
USE_XORG= x11 xfixes xmu xt
INSTALL_TARGET= install-strip
PORTDOCS= *
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>