openbsd-ports/graphics/libart/Makefile
marcm 0fc1cb0088 Update to 2.3.17. Pick off some low hanging fruit for an eventual
update to Gnome 2.10.

Also, use libtool from ports instead of wrangling the included version.
2005-04-12 06:33:07 +00:00

28 lines
597 B
Makefile

# $OpenBSD: Makefile,v 1.14 2005/04/12 06:33:07 marcm Exp $
COMMENT= "high-performance 2D graphics library"
VERSION= 2.3.17
DISTNAME= libart_lgpl-${VERSION}
PKGNAME= libart-${VERSION}
CATEGORIES= graphics
HOMEPAGE= http://www.artofcode.com/libart.html
MAINTAINER= Marc Matteo <marcm@openbsd.org>
# lgpl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= m
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libart_lgpl/2.3/}
USE_LIBTOOL= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
.include <bsd.port.mk>