1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/x11/libXcm/Makefile
Mathieu Arnold a898d93ead Fix USE_GITHUB usage.
Sponsored by:	Absolight
2016-12-26 17:26:57 +00:00

23 lines
361 B
Makefile

# $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
GNU_CONFIGURE= yes
USE_XORG= x11 xfixes xmu xt
INSTALL_TARGET= install-strip
PORTDOCS= *
.include <bsd.port.mk>