summaryrefslogtreecommitdiff
path: root/net/pchar/Makefile
diff options
context:
space:
mode:
authoritojun <itojun>1999-11-04 05:46:25 +0000
committeritojun <itojun>1999-11-04 05:46:25 +0000
commit87967f4e4cd10937e8fb4173e4c7c4b857737975 (patch)
tree5dee6e06eed17928d686d030229142a85ed87768 /net/pchar/Makefile
parentd14e9b6abe7dc20925b52b838ea43a22f5392e6f (diff)
downloadpkgsrc-87967f4e4cd10937e8fb4173e4c7c4b857737975.tar.gz
pchar, a pathchar compatible (from KAME pkgsrc)
Diffstat (limited to 'net/pchar/Makefile')
-rw-r--r--net/pchar/Makefile20
1 files changed, 9 insertions, 11 deletions
diff --git a/net/pchar/Makefile b/net/pchar/Makefile
index 0815ea1e69a..10c1712494f 100644
--- a/net/pchar/Makefile
+++ b/net/pchar/Makefile
@@ -1,16 +1,14 @@
-# $NetBSD: Makefile,v 1.1.1.1 1999/11/04 04:38:10 soren Exp $
+# $NetBSD: Makefile,v 1.1.1.2 1999/11/04 05:46:25 itojun Exp $
+#
-DISTNAME= pchar-1.0
-CATEGORIES= net
-MASTER_SITES= http://www.ca.sandia.gov/~bmah/Software/pchar/
+DISTNAME= pchar-1.0
+CATEGORIES= net
+MASTER_SITES= http://www.ca.sandia.gov/~bmah/Software/pchar/
-MAINTAINER= soren@netbsd.org
-HOMEPAGE= http://www.ca.sandia.gov/~bmah/Software/pchar/
+MAINTAINER= itojun@itojun.org
+HOMEPAGE= http://www.zebra.org/
-GNU_CONFIGURE= yes
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/pchar ${PREFIX}/sbin; \
- ${INSTALL_MAN} ${WRKSRC}/pchar.1 ${PREFIX}/man/man1
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+=--with-ipv6
.include "../../mk/bsd.pkg.mk"