pkgsrc/graphics/libart/Makefile
drochner d7beeeda48 update to 2.3.21
changes: minor build fix (not affecting pkgsrc)
2010-04-13 16:45:37 +00:00

23 lines
657 B
Makefile

# $NetBSD: Makefile,v 1.5 2010/04/13 16:45:37 drochner Exp $
DISTNAME= libart_lgpl-2.3.21
PKGNAME= ${DISTNAME:S/_lgpl//}
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libart_lgpl/2.3/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.levien.com/libart/
COMMENT= High-performance 2D graphics library
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
PKGCONFIG_OVERRIDE= libart-2.0.pc.in
# bmake cannot handle the self-made libtool logic in Makefile.am.
USE_TOOLS+= gmake
CONFLICTS+= libart2-[0-9]*
.include "../../mk/bsd.pkg.mk"