diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2000-11-03 17:03:33 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2000-11-03 17:03:33 +0000 |
commit | 1aae05025c55470327863435ab7085821e213487 (patch) | |
tree | 627621c26dd4eafef93e9cb7f1533389f1b08915 /graphics/lcms/Makefile | |
parent | fe925925a032ab59cde39bf9ac9914edc9a8b91c (diff) | |
download | ports-1aae05025c55470327863435ab7085821e213487.tar.gz ports-1aae05025c55470327863435ab7085821e213487.zip |
Notes
Diffstat (limited to 'graphics/lcms/Makefile')
-rw-r--r-- | graphics/lcms/Makefile | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/graphics/lcms/Makefile b/graphics/lcms/Makefile new file mode 100644 index 000000000000..f347486a9f44 --- /dev/null +++ b/graphics/lcms/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: lcms +# Date created: October 30, 2000 +# Whom: Mikhail Teterin <mi@aldan.algebra.com> +# +# $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 <bsd.port.mk> |