summaryrefslogtreecommitdiff
path: root/misc/ascii/Makefile
diff options
context:
space:
mode:
authorjtb <jtb@pkgsrc.org>2000-11-25 18:37:13 +0000
committerjtb <jtb@pkgsrc.org>2000-11-25 18:37:13 +0000
commit8edea668b5957b2a0398de7ba036bcb3c9f2cd7d (patch)
treea91131e4654af8649b1e803bb0f614f3fe16c56e /misc/ascii/Makefile
parent414b36bbb5f4daa828a6424acc995713223a56da (diff)
downloadpkgsrc-8edea668b5957b2a0398de7ba036bcb3c9f2cd7d.tar.gz
Initial import of new "ascii" package:
ASCII character table program
Diffstat (limited to 'misc/ascii/Makefile')
-rw-r--r--misc/ascii/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/misc/ascii/Makefile b/misc/ascii/Makefile
new file mode 100644
index 00000000000..f89f2c816a9
--- /dev/null
+++ b/misc/ascii/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/11/25 18:37:13 jtb Exp $
+#
+
+DISTNAME= ascii-3.0
+CATEGORIES= misc
+MASTER_SITES= http://www.tuxedo.org/~esr/
+
+MAINTAINER= jtb@netbsd.org
+HOMEPAGE= http://www.tuxedo.org/~esr/software.html
+
+ALL_TARGET= ascii
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/ascii ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/ascii.1 ${PREFIX}/man/man1
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/ascii
+ ${INSTALL_DATA} ${WRKSRC}/ascii.cgi ${PREFIX}/share/examples/ascii
+
+.include "../../mk/bsd.pkg.mk"