openbsd-ports/graphics/libart/Makefile
brad 0ce1fbbb23 add libart port
--
Libart is a library for high-performance 2D graphics.

Libart supports a very powerful imaging model, basically the same as SVG
and the Java 2D API. It includes all PostScript imaging operations, and
adds antialiasing and alpha-transparency.

Libart is also highly tuned for incremental rendering. It contains data
structures and algorithms suited to rapid, precise computation of Region
of Interest, as well as a two-phase rendering pipeline optimized for
interactive display.
2000-09-10 11:30:35 +00:00

28 lines
571 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2000/09/10 11:30:35 brad Exp $
DISTNAME= libart-2.3.3
CATEGORIES= graphics
NEED_VERSION= 1.320
MASTER_SITES= http://www.artofcode.com/libart/
HOMEPAGE= http://www.levien.com/libart/
MAINTAINER= ports@openbsd.org
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
SEPARATE_BUILD= concurrent
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+= --enable-static
WRKDIST= ${WRKDIR}/libart_lgpl-2.3.3
pre-build:
@chmod -R ugo-w ${WRKSRC}
.include <bsd.port.mk>