diff options
author | itojun <itojun@pkgsrc.org> | 1999-11-04 05:46:25 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 1999-11-04 05:46:25 +0000 |
commit | dc6f80cfccf2f83f203ab3fdfbcd4209398846df (patch) | |
tree | 5dee6e06eed17928d686d030229142a85ed87768 /net/pchar/Makefile | |
parent | 16a1ed6d2f1b01aa0368e421b43717c313c7f3b1 (diff) | |
download | pkgsrc-dc6f80cfccf2f83f203ab3fdfbcd4209398846df.tar.gz |
pchar, a pathchar compatible (from KAME pkgsrc)
Diffstat (limited to 'net/pchar/Makefile')
-rw-r--r-- | net/pchar/Makefile | 20 |
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" |