2004-02-21 17:27:49 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.12 2004/02/21 22:27:49 marcm Exp $
|
2001-05-06 01:05:43 -04:00
|
|
|
|
2002-07-28 00:40:40 -04:00
|
|
|
COMMENT= "high-performance 2D graphics library"
|
2000-09-10 07:30:35 -04:00
|
|
|
|
2004-02-21 17:27:49 -05:00
|
|
|
VERSION= 2.3.16
|
2002-07-28 00:40:40 -04:00
|
|
|
DISTNAME= libart_lgpl-${VERSION}
|
|
|
|
PKGNAME= libart-${VERSION}
|
|
|
|
CATEGORIES= graphics
|
2000-09-10 07:30:35 -04:00
|
|
|
|
2002-07-28 00:40:40 -04:00
|
|
|
HOMEPAGE= http://www.artofcode.com/libart.html
|
|
|
|
|
2002-09-19 02:41:59 -04:00
|
|
|
MAINTAINER= Marc Matteo <marcm@openbsd.org>
|
2000-09-10 07:30:35 -04:00
|
|
|
|
2003-06-13 17:54:14 -04:00
|
|
|
# lgpl
|
2000-09-10 07:30:35 -04:00
|
|
|
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/}
|
2000-09-10 07:30:35 -04:00
|
|
|
|
2002-07-28 00:40:40 -04:00
|
|
|
SEPARATE_BUILD= concurrent
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
2000-09-10 07:30:35 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|