freebsd-ports/graphics/iccexamin/Makefile
Boris Samorodov 24987efd51 ICC Examin is a small utility (unix name: iccexamin) for the purpose
of watching the internals of ICC profiles, measurement data (CGATS),
colour samples (named colour profiles), gamut visualisations (vrml),
video card gamma tables (Xorg/XFree86/osX).

WWW: http://www.oyranos.org/icc-examin/
2013-05-03 12:46:30 +00:00

32 lines
817 B
Makefile

# $FreeBSD$
PORTNAME= iccexamin
PORTVERSION= 0.54
CATEGORIES= graphics
MASTER_SITES= SF/oyranos/ICC%20Examin/ICC%20Examin%20${PORTVERSION}
DISTNAME= icc_examin-${PORTVERSION}
MAINTAINER= bsam@FreeBSD.org
COMMENT= ICC profile viewer and colour visualisation
LICENSE= GPLv2
BUILD_DEPENDS= ${LOCALBASE}/bin/xdg-desktop-menu:${PORTSDIR}/devel/xdg-utils
LIB_DEPENDS= fltk:${PORTSDIR}/x11-toolkits/fltk \
ftgl:${PORTSDIR}/graphics/ftgl \
lcms:${PORTSDIR}/graphics/lcms \
png15:${PORTSDIR}/graphics/png \
tiff:${PORTSDIR}/graphics/tiff \
jpeg:${PORTSDIR}/graphics/jpeg \
oyranos:${PORTSDIR}/graphics/oyranos
USES= gettext iconv pkgconfig
USE_BZIP2= yes
HAS_CONFIGURE= yes
INSTALLS_ICONS= yes
USE_XORG= #
CONFIGURE_ARGS+=--mandir=${PREFIX}/man --prefix=${PREFIX}
MAN1= iccexamin.1
.include <bsd.port.mk>