blob: 52aecd4b9de7209ab9521fb9d6ea313651d39044 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
# 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>
|