summaryrefslogtreecommitdiff
path: root/graphics/libart2/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2007-09-21 13:00:17 +0000
committerwiz <wiz@pkgsrc.org>2007-09-21 13:00:17 +0000
commit9dd49b215ba1d698b891266422c1ca5583c4a0cf (patch)
treee5ded20640728df98866f48d29beb58c43889c02 /graphics/libart2/Makefile
parent697c0bff03b6e5555324cc17f270f1ec6ca5dbb6 (diff)
downloadpkgsrc-9dd49b215ba1d698b891266422c1ca5583c4a0cf.tar.gz
Rename libart2 to libart to match the upstream name.
Diffstat (limited to 'graphics/libart2/Makefile')
-rw-r--r--graphics/libart2/Makefile23
1 files changed, 0 insertions, 23 deletions
diff --git a/graphics/libart2/Makefile b/graphics/libart2/Makefile
deleted file mode 100644
index 6a5be3bf170..00000000000
--- a/graphics/libart2/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# $NetBSD: Makefile,v 1.24 2007/03/01 18:05:44 drochner Exp $
-
-DISTNAME= libart_lgpl-2.3.19
-PKGNAME= ${DISTNAME:S/_lgpl/2/}
-PKGREVISION= 1
-CATEGORIES= graphics
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libart_lgpl/2.3/}
-EXTRACT_SUFX= .tar.bz2
-
-MAINTAINER= jmmv@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
-
-.include "../../mk/bsd.pkg.mk"