diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2004-02-14 05:08:50 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2004-02-14 05:08:50 +0000 |
commit | a72c205bd24d5f7edba2601e4dbaab79df6db93b (patch) | |
tree | 43f7a3621bae8c870906e493e73ef6e13421732a /devel/libstroke | |
parent | 9aef326f451af5629798e900f4c2ee3e0ba1936a (diff) | |
download | pkgsrc-a72c205bd24d5f7edba2601e4dbaab79df6db93b.tar.gz |
bl3ify
Diffstat (limited to 'devel/libstroke')
-rw-r--r-- | devel/libstroke/Makefile | 8 | ||||
-rw-r--r-- | devel/libstroke/buildlink3.mk | 24 |
2 files changed, 29 insertions, 3 deletions
diff --git a/devel/libstroke/Makefile b/devel/libstroke/Makefile index 27349bd6ad9..5d5523a4ff0 100644 --- a/devel/libstroke/Makefile +++ b/devel/libstroke/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2003/07/17 21:31:43 grant Exp $ +# $NetBSD: Makefile,v 1.10 2004/02/14 05:08:50 dmcmahill Exp $ # DISTNAME= libstroke-0.3 @@ -10,14 +10,16 @@ MAINTAINER= rh@NetBSD.org HOMEPAGE= http://www.etla.net/libstroke/ COMMENT= Stroke translation library -DEPENDS+= tcl>=8.3.2:../../lang/tcl +PKG_INSTALLATION_TYPES= overwrite pkgviews GNU_CONFIGURE= YES USE_LIBTOOL= YES USE_X11= YES +USE_BUILDLINK3= YES -CONFIGURE_ENV+= X_CFLAGS="-I${LOCALBASE}/include" +#CONFIGURE_ENV+= X_CFLAGS="-I${LOCALBASE}/include" LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig +.include "../../lang/tcl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/libstroke/buildlink3.mk b/devel/libstroke/buildlink3.mk new file mode 100644 index 00000000000..19a7c80e4ef --- /dev/null +++ b/devel/libstroke/buildlink3.mk @@ -0,0 +1,24 @@ +# $NetBSD: buildlink3.mk,v 1.1 2004/02/14 05:08:50 dmcmahill Exp $ +# +# This Makefile fragment is included by packages that use libstroke. +# +# This file was created automatically using createbuildlink-3.1. +# + +BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ +LIBSTROKE_BUILDLINK3_MK:= ${LIBSTROKE_BUILDLINK3_MK}+ + +.if !empty(BUILDLINK_DEPTH:M+) +BUILDLINK_DEPENDS+= libstroke +.endif + +.if !empty(LIBSTROKE_BUILDLINK3_MK:M+) +BUILDLINK_PACKAGES+= libstroke +BUILDLINK_DEPENDS.libstroke+= libstroke>=0.3nb1 +BUILDLINK_PKGSRCDIR.libstroke?= ../../devel/libstroke + +.include "../../lang/tcl/buildlink3.mk" + +.endif # LIBSTROKE_BUILDLINK3_MK + +BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//} |