mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
4c46ca73d8
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.
25 lines
388 B
Makefile
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>
|