openbsd-ports/graphics/libart/Makefile

29 lines
628 B
Makefile
Raw Normal View History

2006-01-07 20:01:17 -05:00
# $OpenBSD: Makefile,v 1.16 2006/01/08 01:01:18 steven Exp $
COMMENT= "high-performance 2D graphics library"
VERSION= 2.3.17
DISTNAME= libart_lgpl-${VERSION}
PKGNAME= libart-${VERSION}
2005-12-26 11:20:09 -05:00
SHARED_LIBS= art_lgpl_2 5.17
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
2005-01-03 17:41:51 -05:00
WANTLIB= m
2002-09-22 11:37:35 -04:00
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libart_lgpl/2.3/}
USE_LIBTOOL= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
.include <bsd.port.mk>