# New ports collection makefile for: lcms # Date created: October 30, 2000 # Whom: Mikhail Teterin # # $FreeBSD$ # PORTNAME= lcms PORTVERSION= 1.06 CATEGORIES= graphics MASTER_SITES= http://www.abaforum.es/martim/ MAINTAINER= mi@aldan.algebra.com INSTALLS_SHLIB= yes GNU_CONFIGURE= yes post-build: test test: cd ${WRKSRC}/profiles && ${WRKSRC}/testbed/testcms .ifndef NOPORTDOCS post-install: ${MKDIR} ${PREFIX}/share/doc/lcms ${CP} -rp ${WRKSRC}/doc/* ${PREFIX}/share/doc/lcms/ PLIST_SUB= DOC="" .else PLIST_SUB= DOC="@comment " .endif .include