summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--graphics/jasper/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/jasper/Makefile b/graphics/jasper/Makefile
index fea2f3e4633..c769f9173a7 100644
--- a/graphics/jasper/Makefile
+++ b/graphics/jasper/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2007/01/07 19:00:59 adam Exp $
+# $NetBSD: Makefile,v 1.24 2007/01/07 19:02:12 adam Exp $
DISTNAME= jasper-1.900.0
CATEGORIES= graphics
@@ -11,13 +11,14 @@ COMMENT= Software-based reference implementation of the JPEG-2000 codec
PKG_INSTALLATION_TYPES= overwrite pkgviews
-USE_LANGUAGES+= c99
+USE_LANGUAGES= c99
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-shared --without-x --disable-opengl
+INSTALLATION_DIRS+= share/doc/jasper
+
post-install:
- ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/jasper
.for doc in jasper jpeg2000
${INSTALL_DATA} ${WRKSRC}/doc/${doc}.pdf ${PREFIX}/share/doc/jasper
.endfor