1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/graphics/sampleicc/Makefile
Baptiste Daroussin 3b8cf33b91 Fix persmission, which should allow redistribution of the package and will fix
libreoffice being usable from remote repositories

Feature safe:	yes
2012-10-30 14:11:16 +00:00

22 lines
520 B
Makefile

# $FreeBSD$
PORTNAME= sampleicc
PORTVERSION= 1.6.6
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= ${_LICENSE_PERMS_DEFAULT}
GNU_CONFIGURE= yes
USE_GNOME= gnomehack
USE_LDCONFIG= yes
.include <bsd.port.mk>