summaryrefslogtreecommitdiff
path: root/misc/numchar/Makefile
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-10-02 18:52:50 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-10-02 18:52:50 +0000
commitd9db709373b583251332009646c386de242a3364 (patch)
treea0c76598f0fad17f99a6e01054ffebc1bb033ad9 /misc/numchar/Makefile
parentActivate flashplayer (diff)
Import of numchar.
This port contains two phone number conversion utilities: 1. numchar - converts a phone number to all possible combinations of digits and characters; 2. phdecode - decodes a phone number containing characters into one containing only digits. PR: 12974 Submitted by: G. Adam Stanislav <adam@whizkidtech.net>
Diffstat (limited to 'misc/numchar/Makefile')
-rw-r--r--misc/numchar/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/misc/numchar/Makefile b/misc/numchar/Makefile
new file mode 100644
index 000000000000..138528354602
--- /dev/null
+++ b/misc/numchar/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: numchar
+# Version required: 1.0
+# Date created: 3 August 1999
+# Whom: G. Adam Stanislav <adam@whizkidtech.net>
+#
+# $FreeBSD$
+#
+
+DISTNAME= numchar-1.0
+CATEGORIES= misc
+MASTER_SITES= ftp://www.whizkidtech.net/unix/
+
+MAINTAINER= adam@whizkidtech.net
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/numchar ${PREFIX}/bin
+ ${LN} -fs ${PREFIX}/bin/numchar ${PREFIX}/bin/phdecode
+ ${MKDIR} ${PREFIX}/share/doc/numchar
+ ${INSTALL_MAN} ${WRKSRC}/numchar.html ${PREFIX}/share/doc/numchar
+
+.include <bsd.port.mk>