-- The JasPer Project is a collaborative effort between Image Power, Inc. and the University of British Columbia. The objective of this project is to develop a software-based reference implementation of the codec specified in the JPEG-2000 Part-1 standard (i.e., ISO/IEC 15444-1). This software has also been submitted to the ISO for inclusion in the JPEG-2000 Part-5 standard (as an official reference implementation).
25 lines
572 B
Makefile
25 lines
572 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2004/05/14 05:33:57 brad Exp $
|
|
|
|
COMMENT= "software-based reference implementation of the JPEG-2000 codec"
|
|
|
|
DISTNAME= jasper-1.701.0
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ${HOMEPAGE}software/
|
|
EXTRACT_SUFX= .zip
|
|
|
|
HOMEPAGE= http://www.ece.uvic.ca/~mdadams/jasper/
|
|
|
|
MAINTAINER= Brad Smith <brad@openbsd.org>
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
|
CONFIGURE_ARGS+= --without-x --disable-opengl
|
|
|
|
.include <bsd.port.mk>
|