aboutsummaryrefslogtreecommitdiff
path: root/graphics/lcms
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-12-19 15:36:26 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-12-19 15:36:26 +0000
commit66ccdf8cbcb7568628c38e26f0e2a268595166ec (patch)
tree46d2acd82b8de26b0739cb4cd045b578bd853132 /graphics/lcms
parent17c7b97a1869f07e758b578d4f66f01f86198c69 (diff)
downloadports-66ccdf8cbcb7568628c38e26f0e2a268595166ec.tar.gz
ports-66ccdf8cbcb7568628c38e26f0e2a268595166ec.zip
Notes
Diffstat (limited to 'graphics/lcms')
-rw-r--r--graphics/lcms/Makefile16
-rw-r--r--graphics/lcms/pkg-plist11
2 files changed, 11 insertions, 16 deletions
diff --git a/graphics/lcms/Makefile b/graphics/lcms/Makefile
index f347486a9f44..421bde85a220 100644
--- a/graphics/lcms/Makefile
+++ b/graphics/lcms/Makefile
@@ -12,23 +12,19 @@ MASTER_SITES= http://www.abaforum.es/martim/
MAINTAINER= mi@aldan.algebra.com
+USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
-GNU_CONFIGURE= yes
-
-post-build: test
-
-test:
- cd ${WRKSRC}/profiles && ${WRKSRC}/testbed/testcms
+.ifndef NOPORTDOCS
+PLIST_SUB= DOC=""
+.else
+PLIST_SUB= DOC="@comment "
+.endif
.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>
diff --git a/graphics/lcms/pkg-plist b/graphics/lcms/pkg-plist
index 56e4d2d62c0f..267e45350a17 100644
--- a/graphics/lcms/pkg-plist
+++ b/graphics/lcms/pkg-plist
@@ -1,11 +1,9 @@
-include/lcms/lcms.h
+bin/testcms
include/lcms/icc34.h
-@dirrm include/lcms
+include/lcms/lcms.h
lib/liblcms.a
-lib/liblcms.so.1
lib/liblcms.so
-lib/liblcms.la
-bin/testcms
+lib/liblcms.so.1
%%DOC%%share/doc/lcms/README.simple
%%DOC%%share/doc/lcms/filter.c
%%DOC%%share/doc/lcms/jpgemb.c
@@ -16,4 +14,5 @@ bin/testcms
%%DOC%%share/doc/lcms/tiffemb.c
%%DOC%%share/doc/lcms/tutorial.txt
%%DOC%%share/doc/lcms/wtpt.c
-%%DOC%%@dirrm share/doc/lcms/
+%%DOC%%@dirrm share/doc/lcms
+@dirrm include/lcms