1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/x11/libXcm/Makefile
Muhammad Moinur Rahman cbe3c782a0
x11/libXcm: Moved man to share/man
Approved by:    portmgr (blanket)
2024-02-26 19:40:36 +01:00

25 lines
432 B
Makefile

PORTNAME= libXcm
PORTVERSION= 0.5.4
PORTREVISION= 1
CATEGORIES= x11
MAINTAINER= ports@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
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
USE_XORG= x11 xfixes xmu xt
INSTALL_TARGET= install-strip
PORTDOCS= *
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>