b7b9ec7a12
makefile and may not be used by ports makefiles. In addition, avoid problems should the defaults ever change. Approved by: portmgr (tabthorpe)
21 lines
548 B
Makefile
21 lines
548 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= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GNOME= gnomehack
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|