29 lines
628 B
Makefile
29 lines
628 B
Makefile
# $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}
|
|
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
|
|
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>
|