From 7d4c87e7dd562d2ccbdfff57d59c143aca6673ef Mon Sep 17 00:00:00 2001 From: jtb Date: Sat, 25 Nov 2000 18:37:13 +0000 Subject: Initial import of new "ascii" package: ASCII character table program --- misc/ascii/Makefile | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 misc/ascii/Makefile (limited to 'misc/ascii/Makefile') 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" -- cgit v1.2.3