diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-02-11 08:55:58 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-02-11 08:55:58 +0000 |
commit | a049231069cef66f4ac5ba7d86476bfebbb84135 (patch) | |
tree | a73d3af32486e7f2a0c01e1b6590c88f0a550304 /graphics/hermes | |
parent | 7d82250a8b2f79d2b48d0e3571754b624430e172 (diff) | |
download | pkgsrc-a049231069cef66f4ac5ba7d86476bfebbb84135.tar.gz |
bl3ify
Diffstat (limited to 'graphics/hermes')
-rw-r--r-- | graphics/hermes/Makefile | 4 | ||||
-rw-r--r-- | graphics/hermes/buildlink3.mk | 22 |
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/+$//} |