openbsd-ports/graphics/libart/Makefile

27 lines
595 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.12 2004/02/21 22:27:49 marcm Exp $
COMMENT= "high-performance 2D graphics library"
VERSION= 2.3.16
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
2002-09-22 11:37:35 -04:00
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libart_lgpl/2.3/}
SEPARATE_BUILD= concurrent
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
.include <bsd.port.mk>