pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/libstroke bl3ify



details:   https://anonhg.NetBSD.org/pkgsrc/rev/88f81c7619b5
branches:  trunk
changeset: 468476:88f81c7619b5
user:      dmcmahill <dmcmahill%pkgsrc.org@localhost>
date:      Sat Feb 14 05:08:50 2004 +0000

description:
bl3ify

diffstat:

 devel/libstroke/Makefile      |   8 +++++---
 devel/libstroke/buildlink3.mk |  24 ++++++++++++++++++++++++
 2 files changed, 29 insertions(+), 3 deletions(-)

diffs (56 lines):

diff -r b1c541b2af15 -r 88f81c7619b5 devel/libstroke/Makefile
--- a/devel/libstroke/Makefile  Sat Feb 14 04:47:13 2004 +0000
+++ b/devel/libstroke/Makefile  Sat Feb 14 05:08:50 2004 +0000
@@ -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 @@
 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 -r b1c541b2af15 -r 88f81c7619b5 devel/libstroke/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libstroke/buildlink3.mk     Sat Feb 14 05:08:50 2004 +0000
@@ -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/+$//}



Home | Main Index | Thread Index | Old Index