pkgsrc/graphics/libart/Makefile
jmmv 0d3662ee66 Drop maintainership
Stop lying and drop maintainership of these packages.  I have not
maintained them for a very long time already, so leave room for
fresh blood to take over them.
2008-04-30 13:38:14 +00:00

23 lines
653 B
Makefile

# $NetBSD: Makefile,v 1.4 2008/04/30 13:38:15 jmmv Exp $
DISTNAME= libart_lgpl-2.3.20
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"