pkgsrc/graphics/libart2/Makefile
agc ea14214971 Initial import of libart2-2.3.8, a high-performance 2D graphics library,
into the NetBSD packages collection.

Provided in PR 16932 by jmmv@hispabsd.org (Julio Merino).

Libart is a library for high-performance 2D graphics. It is currently
being used as the antialiased rendering engine for the Gnome Canvas.
It is also the rendering engine for Gill, the Gnome Illustration app.

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.
2002-05-22 21:30:31 +00:00

19 lines
498 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2002/05/22 21:30:31 agc Exp $
DISTNAME= libart_lgpl-2.3.8
PKGNAME= libart2-2.3.8
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GNOME:=pre-gnome2/sources/libart_lgpl/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= jmmv@hispabsd.org
HOMEPAGE= http://www.levien.com/libart/
COMMENT= High-performance 2D graphics library
GNU_CONFIGURE= YES
USE_BUILDLINK_ONLY= YES
USE_LIBTOOL= YES
USE_X11BASE= YES
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
.include "../../mk/bsd.pkg.mk"