openbsd-ports/graphics/libart/Makefile
2002-09-22 15:37:35 +00:00

26 lines
587 B
Makefile

# $OpenBSD: Makefile,v 1.9 2002/09/22 15:37:35 marcm Exp $
COMMENT= "high-performance 2D graphics library"
VERSION= 2.3.10
DISTNAME= libart_lgpl-${VERSION}
PKGNAME= libart-${VERSION}
CATEGORIES= graphics
HOMEPAGE= http://www.artofcode.com/libart.html
MAINTAINER= Marc Matteo <marcm@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libart_lgpl/2.3/}
SEPARATE_BUILD= concurrent
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
.include <bsd.port.mk>