openbsd-ports/graphics/libart/Makefile

27 lines
604 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.20 2007/09/15 20:09:41 simon Exp $
COMMENT= high-performance 2D graphics library
2007-04-24 16:44:29 -04:00
VERSION= 2.3.19
DISTNAME= libart_lgpl-${VERSION}
PKGNAME= libart-${VERSION}p1
2007-04-24 16:44:29 -04:00
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
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>