27 lines
604 B
Makefile
27 lines
604 B
Makefile
# $OpenBSD: Makefile,v 1.20 2007/09/15 20:09:41 simon Exp $
|
|
|
|
COMMENT= high-performance 2D graphics library
|
|
|
|
VERSION= 2.3.19
|
|
DISTNAME= libart_lgpl-${VERSION}
|
|
PKGNAME= libart-${VERSION}p1
|
|
SHARED_LIBS += art_lgpl_2 5.19 # .5.19
|
|
CATEGORIES= graphics
|
|
|
|
HOMEPAGE= http://www.artofcode.com/libart.html
|
|
|
|
# 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>
|