summaryrefslogtreecommitdiff
path: root/net/pchar/Makefile
diff options
context:
space:
mode:
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"