summaryrefslogtreecommitdiff
path: root/net/zebra/Makefile
diff options
context:
space:
mode:
authorkim <kim>2000-08-24 01:25:36 +0000
committerkim <kim>2000-08-24 01:25:36 +0000
commit54c4859b629dd19e1b72c80fd7ff75e611e75b42 (patch)
treebe708faf6c6649592b5fa26b1773803eae70160a /net/zebra/Makefile
parent3b006174c1ad511ff2ce2e216b0a37c305cd109b (diff)
downloadpkgsrc-54c4859b629dd19e1b72c80fd7ff75e611e75b42.tar.gz
Place machine-specific config files in /etc/zebra, and
install sample configs in ${PREFIX}/share/examples/zebra.
Diffstat (limited to 'net/zebra/Makefile')
-rw-r--r--net/zebra/Makefile12
1 files changed, 10 insertions, 2 deletions
diff --git a/net/zebra/Makefile b/net/zebra/Makefile
index 4ef6f31ceb9..e9fd38df5b4 100644
--- a/net/zebra/Makefile
+++ b/net/zebra/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2000/08/18 02:42:05 itojun Exp $
+# $NetBSD: Makefile,v 1.24 2000/08/24 01:25:36 kim Exp $
# Based on KAME Id: Makefile,v 1.1.2.1.2.1.10.2 1999/01/05 11:03:50 itojun Exp
#
@@ -8,11 +8,13 @@ MASTER_SITES= ftp://ftp.zebra.org/pub/zebra/
# you might need debugging, it's a developer release !
#CFLAGS+= -g
+BUILD_DEPENDS+= automake:../../devel/automake
+
MAINTAINER= itojun@itojun.org
HOMEPAGE= http://www.zebra.org/
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+=--sysconfdir=${PREFIX}/etc/zebra
+CONFIGURE_ARGS+=--sysconfdir=/etc/zebra
USE_GTEXINFO= yes
BUILD_DEFS+= USE_INET6
@@ -31,9 +33,15 @@ post-patch:
${CAT} ${PKGDIR}/PLIST.v6 ${PKGDIR}/PLIST > ${PLIST_SRC}
.endif
+#pre-configure:
+# cd ${WRKSRC} && automake
+
#post-build:
# cd ${WRKSRC}/doc ; \
# ${TOUCH} zebra.texi ; \
# makeinfo --no-split zebra.texi
+post-install:
+ @${CHMOD} a+r ${PREFIX}/share/examples/zebra/*
+
.include "../../mk/bsd.pkg.mk"