summaryrefslogtreecommitdiff
path: root/graphics/hermes
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-02-11 08:55:58 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-02-11 08:55:58 +0000
commit3f3e4601a4a5d5a434ad32cd68054084e654c162 (patch)
treea73d3af32486e7f2a0c01e1b6590c88f0a550304 /graphics/hermes
parent51bae23b80d9154194381e97dce8006771a636e8 (diff)
downloadpkgsrc-3f3e4601a4a5d5a434ad32cd68054084e654c162.tar.gz
bl3ify
Diffstat (limited to 'graphics/hermes')
-rw-r--r--graphics/hermes/Makefile4
-rw-r--r--graphics/hermes/buildlink3.mk22
2 files changed, 24 insertions, 2 deletions
diff --git a/graphics/hermes/Makefile b/graphics/hermes/Makefile
index 11fd8a07cf5..b82f5d19333 100644
--- a/graphics/hermes/Makefile
+++ b/graphics/hermes/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2004/01/24 15:46:43 grant Exp $
+# $NetBSD: Makefile,v 1.18 2004/02/11 08:55:58 xtraeme Exp $
DISTNAME= Hermes-1.3.3
CATEGORIES= graphics
@@ -10,7 +10,7 @@ HOMEPAGE= http://www.clanlib.org/hermes/
COMMENT= Library for conversion of pixel graphics
WRKSRC= ${WRKDIR}/Hermes-1.3.3
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
USE_LIBTOOL= yes
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
diff --git a/graphics/hermes/buildlink3.mk b/graphics/hermes/buildlink3.mk
new file mode 100644
index 00000000000..3e5f50cb131
--- /dev/null
+++ b/graphics/hermes/buildlink3.mk
@@ -0,0 +1,22 @@
+# $NetBSD: buildlink3.mk,v 1.1 2004/02/11 08:55:58 xtraeme Exp $
+#
+# This Makefile fragment is included by packages that use Hermes.
+#
+# This file was created automatically using createbuildlink-3.1.
+#
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
+HERMES_BUILDLINK3_MK:= ${HERMES_BUILDLINK3_MK}+
+
+.if !empty(BUILDLINK_DEPTH:M+)
+BUILDLINK_DEPENDS+= Hermes
+.endif
+
+.if !empty(HERMES_BUILDLINK3_MK:M+)
+BUILDLINK_PACKAGES+= Hermes
+BUILDLINK_DEPENDS.Hermes+= Hermes>=1.3.2
+BUILDLINK_PKGSRCDIR.Hermes?= ../../graphics/hermes
+
+.endif # HERMES_BUILDLINK3_MK
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}