freebsd-ports/graphics/icc-profiles-openicc/Makefile
Boris Samorodov 4d92b6091d Colour management projects to share ICC related implementation
details and data among graphics applications, libraries and color
management services.

WWW: http://sourceforge.net/projects/openicc/
2013-02-15 15:18:00 +00:00

19 lines
347 B
Makefile

# $FreeBSD$
PORTNAME= icc-profiles-openicc
PORTVERSION= 1.3.1
CATEGORIES= graphics
MASTER_SITES= SF/openicc/OpenICC-Profiles
COMMENT= Color data for color managed applications
MAINTAINER= bsam@FreeBSD.org
USE_BZIP2= yes
GNU_CONFIGURE= yes
#USE_GMAKE= yes
SYSCOLORDIR= share/color
PLIST_SUB= SYSCOLORDIR=${SYSCOLORDIR}
.include <bsd.port.mk>