summaryrefslogtreecommitdiff
path: root/graphics/icc-profiles-openicc/Makefile
blob: e122a973143094cfe0b1790b84ea09968e8279c3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $FreeBSD$

PORTNAME=	icc-profiles-openicc
PORTVERSION=	1.3.1
PORTREVISION=	1
CATEGORIES=	graphics
MASTER_SITES=	SF/openicc/OpenICC-Profiles

MAINTAINER=	bsam@FreeBSD.org
COMMENT=	Color data for color managed applications

LICENSE=	ZLIB
LICENSE_FILE=	${WRKSRC}/COPYING    # Has a Copyright note

USE_BZIP2=	yes
GNU_CONFIGURE=	yes

SYSCOLORDIR=	share/color
PLIST_SUB=	SYSCOLORDIR=${SYSCOLORDIR}

.include <bsd.port.mk>