summaryrefslogtreecommitdiff
path: root/chat/phone/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'chat/phone/Makefile')
-rw-r--r--chat/phone/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/chat/phone/Makefile b/chat/phone/Makefile
new file mode 100644
index 00000000000..c46f87f588c
--- /dev/null
+++ b/chat/phone/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2013/12/16 06:42:20 dholland Exp $
+
+DISTNAME= phone-2.0
+CATEGORIES= chat
+MASTER_SITES= ftp://ftp.astron.com/pub/phone/
+
+MAINTAINER= christos@NetBSD.org
+HOMEPAGE= ftp://ftp.astron.com/pub/phone/
+COMMENT= Multi-person chat program, like VMS phone
+LICENSE= generic-nonlicense
+
+INSTALLATION_DIRS= bin libexec ${PKGMANDIR}/man1 sbin
+
+post-install:
+ ${INSTALL_MAN} ${WRKSRC}/phone.1 \
+ ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/phone.1
+
+.include "../../mk/bsd.pkg.mk"