1705087d94
(also found in upstream svn) at least kdelibs3 is happy again "Please commit!" martynas@
29 lines
653 B
Makefile
29 lines
653 B
Makefile
# $OpenBSD: Makefile,v 1.18 2007/04/25 14:17:09 jasper Exp $
|
|
|
|
COMMENT= "high-performance 2D graphics library"
|
|
|
|
VERSION= 2.3.19
|
|
DISTNAME= libart_lgpl-${VERSION}
|
|
PKGNAME= libart-${VERSION}p0
|
|
SHARED_LIBS += art_lgpl_2 5.19 # .5.19
|
|
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>
|