openbsd-ports/graphics/jasper/Makefile
2013-03-11 11:10:51 +00:00

27 lines
540 B
Makefile

# $OpenBSD: Makefile,v 1.15 2013/03/11 11:10:53 espie Exp $
COMMENT = reference implementation of JPEG-2000
DISTNAME = jasper-1.900.1
REVISION = 1
SHARED_LIBS = jasper 2.1
CATEGORIES = graphics
MASTER_SITES = ${HOMEPAGE}software/
EXTRACT_SUFX = .zip
HOMEPAGE = http://www.ece.uvic.ca/~mdadams/jasper/
# MIT
PERMIT_PACKAGE_CDROM = Yes
WANTLIB = c m
USE_LIBTOOL = Yes
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS += ${CONFIGURE_SHARED} \
--without-x \
--disable-opengl
MODGNU_CONFIG_GUESS_DIRS =${WRKSRC}/acaux
.include <bsd.port.mk>