aboutsummaryrefslogblamecommitdiff
path: root/graphics/sampleicc/Makefile
blob: 5d88598d7b2f69a3f8169919b3dc3c7313dc0de7 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

                         
                     
                 









                                                                                     
                                                                     
 
                                        
 
                   
                       
                   

                                           

                      

PORTNAME=	sampleicc
PORTVERSION=	1.6.8
PORTREVISION=	1
CATEGORIES=	graphics devel
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}%20tar/SampleIcc-${PORTVERSION}/
DISTNAME=	SampleICC-${PORTVERSION}

MAINTAINER=	office@FreeBSD.org
COMMENT=	Library for reading, writing, manipulating, and applying ICC profiles

LICENSE=	ICC
LICENSE_NAME=	The ICC Software License, Version 0.2
LICENSE_FILE=	${WRKSRC}/COPYING
LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept

LIB_DEPENDS=	libtiff.so:graphics/tiff

GNU_CONFIGURE=	yes
USES=	libtool pathfix
USE_LDCONFIG=	yes
INSTALL_TARGET=	install-strip
CONFIGURE_ARGS=	--with-tifflib=${LOCALBASE}

.include <bsd.port.mk>