pkgsrc/graphics/agg/Makefile
wiz de7c83c895 Import agg-2.5 as graphics/agg.
From pkgsrc-wip, packaged by Paulo Matias.

Anti-Grain Geometry (AGG) is an Open Source, free of charge
graphic library, written in industrially standard C++. AGG
doesn't depend on any graphic API or technology. Basically,
you can think of AGG as of a rendering engine that produces
pixel images in memory from some vectorial data.
2008-04-27 06:41:08 +00:00

26 lines
686 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2008/04/27 06:41:08 wiz Exp $
#
DISTNAME= agg-2.5
CATEGORIES= graphics
MASTER_SITES= http://www.antigrain.com/
MAINTAINER= matias@dotbsd.org
HOMEPAGE= http://www.antigrain.com/
COMMENT= High Quality Rendering Engine for C++
USE_TOOLS+= gmake msgfmt pkg-config aclocal autoheader \
automake autoconf
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE+= libagg.pc.in
pre-configure:
cd ${WRKSRC}; chmod +x autogen.sh; ./autogen.sh
.include "../../x11/libX11/buildlink3.mk"
.include "../../graphics/freetype2/buildlink3.mk"
.include "../../devel/SDL/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"