summaryrefslogtreecommitdiff
path: root/graphics/babl
diff options
context:
space:
mode:
authordrochner <drochner>2010-02-05 11:42:37 +0000
committerdrochner <drochner>2010-02-05 11:42:37 +0000
commitea4ca3199e705c35b2fc078f60f2379c882d7cdc (patch)
tree938880f2bbe1a6a162bc07b4e6f879dffff98240 /graphics/babl
parent321dcb10ec6b9c1cb22a9055ec7fb67f0022b8f2 (diff)
downloadpkgsrc-ea4ca3199e705c35b2fc078f60f2379c882d7cdc.tar.gz
minor cleanup: remove a "subst" hack which doesn't apply anymore,
remove a pointless Makefile snippet, add a mirror (the MASTER_SITE was down when I tried)
Diffstat (limited to 'graphics/babl')
-rw-r--r--graphics/babl/Makefile21
-rw-r--r--graphics/babl/Makefile.version5
2 files changed, 4 insertions, 22 deletions
diff --git a/graphics/babl/Makefile b/graphics/babl/Makefile
index d5a4dbaa448..7d5221d687f 100644
--- a/graphics/babl/Makefile
+++ b/graphics/babl/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.6 2010/02/02 14:09:58 adam Exp $
+# $NetBSD: Makefile,v 1.7 2010/02/05 11:42:37 drochner Exp $
-DISTNAME= babl-${BABL_VERSION}
+DISTNAME= babl-0.1.2
CATEGORIES= graphics
-MASTER_SITES= ftp://ftp.gimp.org/pub/babl/0.1/
+MASTER_SITES= ftp://ftp.gimp.org/pub/babl/0.1/ \
+ http://ftp.gwdg.de/pub/misc/grafik/gimp/babl/0.1/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= bjs@NetBSD.org
@@ -20,19 +21,5 @@ GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE+= babl.pc.in
-.include "Makefile.version"
-
-# Work around broken makefile, please see here:
-# http://bugzilla.gnome.org/show_bug.cgi?id=569085
-.include "../../mk/bsd.prefs.mk"
-.if ${OPSYS} == "Darwin"
-SUBST_CLASSES+= plugin
-SUBST_STAGE.plugin= post-configure
-SUBST_FILES.plugin= extensions/Makefile
-SUBST_SED.plugin= -e "s/SHREXT = .dylib/SHREXT = .so/"
-SUBST_SED.plugin+= -e "s/DYNAMICLIB = -dynamiclib/DYNAMICLIB = -bundle/"
-SUBST_SED.plugin+= -e "s/BABL_API_VERSION...SHREXT./BABL_API_VERSION).dylib/"
-.endif
-
.include "../../mk/dlopen.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/babl/Makefile.version b/graphics/babl/Makefile.version
deleted file mode 100644
index 3a13321043a..00000000000
--- a/graphics/babl/Makefile.version
+++ /dev/null
@@ -1,5 +0,0 @@
-# $NetBSD: Makefile.version,v 1.5 2010/02/02 14:09:58 adam Exp $
-
-BABL_API_VERSION= 0.1
-BABL_PKG_VERSION= 2
-BABL_VERSION= ${BABL_API_VERSION}.${BABL_PKG_VERSION}