diff options
author | soren <soren@pkgsrc.org> | 1999-11-04 04:38:10 +0000 |
---|---|---|
committer | soren <soren@pkgsrc.org> | 1999-11-04 04:38:10 +0000 |
commit | 449d16d2c88058b4066f27a5238fd0122e8266c8 (patch) | |
tree | fd6ffa83de6a435106ff00b9352540b60f55b373 /net/pchar/Makefile | |
parent | 1df4f4ee3f4cf200e5776b0ae8bf76d2f73cd2a4 (diff) | |
download | pkgsrc-449d16d2c88058b4066f27a5238fd0122e8266c8.tar.gz |
pchar - a tool for measuring Internet link characteristics.
Diffstat (limited to 'net/pchar/Makefile')
-rw-r--r-- | net/pchar/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/net/pchar/Makefile b/net/pchar/Makefile new file mode 100644 index 00000000000..0815ea1e69a --- /dev/null +++ b/net/pchar/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/11/04 04:38:10 soren Exp $ + +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/ + +GNU_CONFIGURE= yes + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/pchar ${PREFIX}/sbin; \ + ${INSTALL_MAN} ${WRKSRC}/pchar.1 ${PREFIX}/man/man1 + +.include "../../mk/bsd.pkg.mk" |