opnsense-ports/graphics/sampleicc/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

25 lines
674 B
Makefile

# $FreeBSD$
PORTNAME= sampleicc
PORTVERSION= 1.6.8
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:${PORTSDIR}/graphics/tiff
GNU_CONFIGURE= yes
USES= libtool pathfix
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
CONFIGURE_ARGS= --with-tifflib=${LOCALBASE}
.include <bsd.port.mk>