diff options
author | soren <soren> | 1999-11-04 04:38:10 +0000 |
---|---|---|
committer | soren <soren> | 1999-11-04 04:38:10 +0000 |
commit | eb5b59e2d10cab45617c2d593017f54014efae37 (patch) | |
tree | fd6ffa83de6a435106ff00b9352540b60f55b373 /net/pchar/Makefile | |
parent | bbe61fd7e1777f1912b0b585602c4e731ab8875d (diff) | |
download | pkgsrc-eb5b59e2d10cab45617c2d593017f54014efae37.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" |