diff options
author | soren <soren> | 2000-06-06 02:38:36 +0000 |
---|---|---|
committer | soren <soren> | 2000-06-06 02:38:36 +0000 |
commit | fb9e1a53282a3a04122f096717b1ceeaad3ebbac (patch) | |
tree | 5d68788b3d2aa39d37214817a5de94abcef5c025 /net/pchar/Makefile | |
parent | ac1e5ed7c30dc55926ca29adcc33f7c1b8c8e26d (diff) | |
download | pkgsrc-fb9e1a53282a3a04122f096717b1ceeaad3ebbac.tar.gz |
Upgrade to version 1.2.
Recent additions to pchar include: An SNMP query feature, better IPv6
detection at configure-time, and a number of bugfixes. The CHANGES
file included in the pchar distribution provides more details.
Diffstat (limited to 'net/pchar/Makefile')
-rw-r--r-- | net/pchar/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/net/pchar/Makefile b/net/pchar/Makefile index be7f92d00b4..8fcdbc3a5ff 100644 --- a/net/pchar/Makefile +++ b/net/pchar/Makefile @@ -1,20 +1,24 @@ -# $NetBSD: Makefile,v 1.3 2000/01/24 23:23:53 soren Exp $ +# $NetBSD: Makefile,v 1.4 2000/06/06 02:38:36 soren Exp $ -DISTNAME= pchar-1.1.1 +DISTNAME= pchar-1.2 CATEGORIES= net -MASTER_SITES= http://www.ca.sandia.gov/~bmah/Software/pchar/ +MASTER_SITES= http://www.employees.org/~bmah/Software/pchar/ MAINTAINER= soren@netbsd.org HOMEPAGE= http://www.ca.sandia.gov/~bmah/Software/pchar/ GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-snmp=${PREFIX} + BUILD_DEFS+= USE_INET6 .include "../../mk/bsd.prefs.mk" .if defined(USE_INET6) && ${USE_INET6} == YES CONFIGURE_ARGS+= --with-ipv6 .endif +DEPENDS+= ucd-snmp:../../net/ucd-snmp + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pchar ${PREFIX}/sbin ${INSTALL_MAN} ${WRKSRC}/pchar.8 ${PREFIX}/man/man8 |