diff options
author | drochner <drochner@pkgsrc.org> | 2010-02-05 11:42:37 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2010-02-05 11:42:37 +0000 |
commit | 483e92029d329c172e77dcdb87f7892dfa7eb781 (patch) | |
tree | 938880f2bbe1a6a162bc07b4e6f879dffff98240 /graphics | |
parent | 08b5b2171237de820c1fc367d324f195c23416f8 (diff) | |
download | pkgsrc-483e92029d329c172e77dcdb87f7892dfa7eb781.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')
-rw-r--r-- | graphics/babl/Makefile | 21 | ||||
-rw-r--r-- | graphics/babl/Makefile.version | 5 |
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} |