aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2000-12-19 23:36:26 +0800
committersobomax <sobomax@FreeBSD.org>2000-12-19 23:36:26 +0800
commitbdf48905112de559a79c061936aea416026c3550 (patch)
tree26adae318550cf8ee13a52853c03544d6bb05d49 /graphics
parent2056131ed830e7832acf7f189e9fc369b3636581 (diff)
downloadfreebsd-ports-gnome-bdf48905112de559a79c061936aea416026c3550.tar.gz
freebsd-ports-gnome-bdf48905112de559a79c061936aea416026c3550.tar.zst
freebsd-ports-gnome-bdf48905112de559a79c061936aea416026c3550.zip
- Use USE_LIBTOOL;
- move variable definition from rules section of Makefile; - sort pkg-plist.
Diffstat (limited to 'graphics')
-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