summaryrefslogtreecommitdiff
path: root/net/pchar/Makefile
diff options
context:
space:
mode:
authorsoren <soren>1999-11-04 04:38:10 +0000
committersoren <soren>1999-11-04 04:38:10 +0000
commiteb5b59e2d10cab45617c2d593017f54014efae37 (patch)
treefd6ffa83de6a435106ff00b9352540b60f55b373 /net/pchar/Makefile
parentbbe61fd7e1777f1912b0b585602c4e731ab8875d (diff)
downloadpkgsrc-eb5b59e2d10cab45617c2d593017f54014efae37.tar.gz
pchar - a tool for measuring Internet link characteristics.
Diffstat (limited to 'net/pchar/Makefile')
-rw-r--r--net/pchar/Makefile16
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"