freebsd-ports/x11/xcalib/Makefile
Pav Lucistnik fdb8cec34a xcalib is a program that allows you to use ICC profiles (to load its
'vcgt'-tag) for display calibration on X11-Servers with XVidModeExtension
supported (like X.org or XFree86 4.x.x). It can't create the profiles
so you need to acquire them elsewhere (e.g. from some commercial
program or from your display vendor).

PR:		ports/79593
Submitted by:	Petr Holub <hopet@ics.muni.cz>
2005-04-06 09:15:13 +00:00

33 lines
828 B
Makefile

# New ports collection makefile for: xcalib
# Date created: 5 April 2005
# Whom: Petr Holub <hopet@ics.muni.cz>
#
# $FreeBSD$
#
PORTNAME= xcalib
PORTVERSION= 0.5
CATEGORIES= x11 graphics
MASTER_SITES= http://www.etg.e-technik.uni-erlangen.de/web/doe/xcalib/
DISTNAME= ${PORTNAME}-source-${PORTVERSION}
MAINTAINER= hopet@ics.muni.cz
COMMENT= A program for display calibration of X11-Servers with ICC profiles
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_X_PREFIX= yes
USE_GMAKE= yes
ALL_TARGET= icclib_xcalib
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xcalib ${PREFIX}/bin
${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/*.icc ${EXAMPLESDIR}
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
.for FILE in README README.profilers
${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>