pkgsrc/converters/txt2pdbdoc/Makefile
minskim 75ad18960d Initial import of txt2pdbdoc.
txt2pdbdoc is a Unix-based Text-to-Doc file conversion program.  (It
also converts Doc files to plain text.)  A Doc file is a defacto
standard file format for text documents for PalmOS document reader
applications.  The motivation for writing txt2pdbdoc was that such
software at the time was crufty and poorly documented.  In contrast,
txt2pdbdoc is well written and well documented.  Unix-style "man"
pages are included for the program, utility scripts, and the Doc file
format itself.  The source code is also generously commented.
2004-06-28 05:37:55 +00:00

18 lines
466 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2004/06/28 05:37:55 minskim Exp $
DISTNAME= txt2pdbdoc-1.4.4
CATEGORIES= converters
MASTER_SITES= http://homepage.mac.com/pauljlucas/software/
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= http://homepage.mac.com/pauljlucas/software/txt2pdbdoc/
COMMENT= Text to Palm DOC converter
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_BUILDLINK3= yes
GNU_CONFIGURE= yes
INSTALLATION_DIRS= bin man/man1 man/man4
.include "../../mk/bsd.pkg.mk"