summaryrefslogtreecommitdiff
path: root/graphics/jasper/Makefile
diff options
context:
space:
mode:
authorrh <rh>2001-08-01 14:56:31 +0000
committerrh <rh>2001-08-01 14:56:31 +0000
commit932cd2688fbe8630ebb45c72ce09ab799b8eaaa3 (patch)
treec1402f109b64c57e37656f4951caf71b55569bf9 /graphics/jasper/Makefile
parentaaee49b449079b81a0eba9a136d39fa51efa2278 (diff)
downloadpkgsrc-932cd2688fbe8630ebb45c72ce09ab799b8eaaa3.tar.gz
Initial import of jasper-1.500.0, a JPEG-2000 reference implementation.
Diffstat (limited to 'graphics/jasper/Makefile')
-rw-r--r--graphics/jasper/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/graphics/jasper/Makefile b/graphics/jasper/Makefile
new file mode 100644
index 00000000000..387ca61d0ca
--- /dev/null
+++ b/graphics/jasper/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/08/01 14:56:31 rh Exp $
+#
+
+DISTNAME= jasper-1.500.0
+CATEGORIES= graphics
+MASTER_SITES= http://www.ece.ubc.ca/~mdadams/jasper/software/
+EXTRACT_SUFX= .zip
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.ece.ubc.ca/~mdadams/jasper/
+COMMENT= software-based reference implementation of the JPEG-2000 codec
+
+GNU_CONFIGURE= YES
+USE_LIBTOOL= YES
+LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
+
+post-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/jasper
+.for doc in ChangeLog LICENSE NEWS README
+ ${INSTALL_DATA} ${WRKSRC}/${doc} ${PREFIX}/share/doc/jasper
+.endfor
+
+.include "../../graphics/jpeg/buildlink.mk"
+.include "../../mk/bsd.pkg.mk"