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

22 lines
374 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
USES= libtool pathfix pkgconfig
GNU_CONFIGURE= yes
USE_XORG= x11 xfixes xmu xt
WRKSRC= ${WRKDIR}/libxcm-${PORTVERSION}
INSTALL_TARGET= install-strip
PORTDOCS= *
.include <bsd.port.mk>