freebsd-ports/x11/xcm/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

35 lines
788 B
Makefile

PORTNAME= xcm
PORTVERSION= 0.5.4
PORTREVISION= 1
CATEGORIES= x11
MAINTAINER= bsam@FreeBSD.org
COMMENT= X Color Management tools
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/docs/COPYING
LIB_DEPENDS= libXcm.so:x11/libXcm \
libOyranos.so:graphics/oyranos
USE_GITHUB= yes
GH_ACCOUNT= oyranos-cms
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --mandir=${PREFIX}/man
USES= pkgconfig xorg
USE_XORG= x11 xfixes xmu xt
# xcm should be added to XORG_MODULES at /usr/ports/Mk/bsd.xorg.mk
# and LIB_DEPENDS is replaced by the following line:
#USE_XORG= xcm
PLIST_FILES= bin/xcm bin/xcmedid bin/xcmevents bin/xcmhextobin \
man/man1/xcm.1.gz \
man/man1/xcmddc.1.gz man/man1/xcmedid.1.gz \
man/man1/xcmevents.1.gz man/man1/xcmhextobin.1.gz
PORTDOCS= *
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>