diff options
Diffstat (limited to 'graphics/jpeg_ls/Makefile')
-rw-r--r-- | graphics/jpeg_ls/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/graphics/jpeg_ls/Makefile b/graphics/jpeg_ls/Makefile new file mode 100644 index 00000000000..e7e75f01d89 --- /dev/null +++ b/graphics/jpeg_ls/Makefile @@ -0,0 +1,28 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/12/21 21:29:08 wiz Exp $ +# + +DISTNAME= jpeg_ls_v2.2 +PKGNAME= jpeg_ls-2.2 +CATEGORIES= graphics +MASTER_SITES= http://www.ece.ubc.ca/spmg/research/jpeg/jpeg_ls/ver-2.2/ + +MAINTAINER= wiz@NetBSD.org +HOMEPAGE= http://www.ece.ubc.ca/spmg/research/jpeg/jpeg_ls/jpegls.html +COMMENT= JPEG-LS codec (lossless/near-lossless codec) + +USE_BUILDLINK2= yes +BUILD_DIRS= ${WRKSRC}/Decoder ${WRKSRC}/Encoder +MAKEFILE= makefile + +LICENSE= no-commercial-use + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/Decoder/locod ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/Encoder/locoe ${PREFIX}/bin + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/jpeg_ls + ${INSTALL_DATA} ${WRKSRC}/README* ${PREFIX}/share/doc/jpeg_ls + ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/jpeg_ls + ${INSTALL_DATA} ${WRKSRC}/*.jls ${PREFIX}/share/examples/jpeg_ls + ${INSTALL_DATA} ${WRKSRC}/table* ${PREFIX}/share/examples/jpeg_ls + +.include "../../mk/bsd.pkg.mk" |