pkgsrc/graphics/libxmi/Makefile
adam f82f06467d libxmi is a machine-independent vector graphics rasterization library.
libxmi is based on the vector graphics code in the sample X server that is
a part of the X Window System distribution. The code has been converted
to ANSI C, extensively rearranged and commented, and somewhat extended.
(In particular, by adding support for multicolored dashing.)

The core API includes functions for creating, manipulating, and destroying
miPaintSet objects. It also includes functions for creating, manipulating,
and destroying miCanvas objects. The function miCopyPaintedSetToCanvas()
moves the points in a miPaintedSet to the next stage of the graphics
pipeline: it merges them onto a miCanvas. There is support in this second
stage for sophisticated pixel-merging algorithms.
2009-09-01 14:33:39 +00:00

20 lines
458 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2009/09/01 14:33:39 adam Exp $
DISTNAME= libxmi-1.2
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GNU:=libxmi/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/libxmi/
COMMENT= C/C++ function library for rasterizing 2D vector graphics
LICENSE= gnu-gpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= c
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
INFO_FILES= yes
.include "../../mk/bsd.pkg.mk"