1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/x11/libXcm/Makefile
Niclas Zeising 4c46ca73d8 Add USES=xorg USES=gl, ports categories x
Add USES=xorg and USES=gl to ports in categories starting with 'x'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
2019-11-07 18:36:55 +00:00

25 lines
388 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 xorg
GNU_CONFIGURE= yes
USE_XORG= x11 xfixes xmu xt
INSTALL_TARGET= install-strip
PORTDOCS= *
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>