Tijl Coosemans 98bf25875a graphics/tiff: Update to 4.6.0
PR:		278577
Exp-run by:	antoine
2024-04-27 14:44:59 +02:00

29 lines
726 B
Makefile

PORTNAME= sampleicc
PORTVERSION= 1.6.8
PORTREVISION= 2
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
WWW= https://sampleicc.sourceforge.net/
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
USES= libtool pathfix
USE_CXXSTD= c++14
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-tifflib=${LOCALBASE}
INSTALL_TARGET= install-strip
.include <bsd.port.mk>