pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/gperf bl3ify, enable pkgviews, create bl3 file



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3b846d30c03a
branches:  trunk
changeset: 468867:3b846d30c03a
user:      dmcmahill <dmcmahill%pkgsrc.org@localhost>
date:      Tue Feb 17 13:15:54 2004 +0000

description:
bl3ify, enable pkgviews, create bl3 file

diffstat:

 devel/gperf/Makefile      |   5 ++++-
 devel/gperf/buildlink3.mk |  24 ++++++++++++++++++++++++
 2 files changed, 28 insertions(+), 1 deletions(-)

diffs (47 lines):

diff -r 0c70786a8909 -r 3b846d30c03a devel/gperf/Makefile
--- a/devel/gperf/Makefile      Tue Feb 17 12:57:38 2004 +0000
+++ b/devel/gperf/Makefile      Tue Feb 17 13:15:54 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2003/12/03 15:56:16 adam Exp $
+# $NetBSD: Makefile,v 1.16 2004/02/17 13:15:54 dmcmahill Exp $
 #
 
 DISTNAME=      gperf-3.0.1
@@ -9,6 +9,9 @@
 HOMEPAGE=      http://www.gnu.org/software/gperf/gperf.html
 COMMENT=       GNU perfect hash function generator
 
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+USE_BUILDLINK3=                YES
 USE_GCC_SHLIB=         YES
 GNU_CONFIGURE=         YES
 CONFIGURE_ARGS+=       --mandir="${PREFIX}/man"
diff -r 0c70786a8909 -r 3b846d30c03a devel/gperf/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/gperf/buildlink3.mk Tue Feb 17 13:15:54 2004 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: buildlink3.mk,v 1.1 2004/02/17 13:15:54 dmcmahill Exp $
+#
+# This Makefile fragment is included by packages that use gperf.
+#
+# This file was created automatically using createbuildlink-3.1.
+#
+
+BUILDLINK_DEPTH:=      ${BUILDLINK_DEPTH}+
+GPERF_BUILDLINK3_MK:=  ${GPERF_BUILDLINK3_MK}+
+
+.if !empty(BUILDLINK_DEPTH:M+)
+BUILDLINK_DEPENDS+=    gperf
+.endif
+
+.if !empty(GPERF_BUILDLINK3_MK:M+)
+BUILDLINK_PACKAGES+=                   gperf
+BUILDLINK_DEPENDS.gperf+=              gperf>=3.0.1
+BUILDLINK_PKGSRCDIR.gperf?=            ../../devel/gperf
+
+BUILDLINK_DEPMETHOD.gperf=             build
+
+.endif # GPERF_BUILDLINK3_MK
+
+BUILDLINK_DEPTH:=     ${BUILDLINK_DEPTH:S/+$//}



Home | Main Index | Thread Index | Old Index