1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/graphics/sampleicc/Makefile
Tijl Coosemans 323dfa7d83 Remove libtiff.so.4 compatibility links that were added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 16:07:33 +00:00

27 lines
678 B
Makefile

# $FreeBSD$
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>