summaryrefslogtreecommitdiff
path: root/palm/makeztxt/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-10-20 23:10:16 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-10-20 23:10:16 +0000
commit6d8202f80e34c0757e7ed6917e3218ff1a91552f (patch)
treed9c8aea3a5e4dd09e618f17283897e9f9a61f179 /palm/makeztxt/Makefile
parentWhoops. Forgot to add the md5 checksums. (diff)
makeztxt is a simple command line program that takes a plain ASCII text file
and compresses it into a zTXT database. makeztxt will remove newline characters at the end of lines that contain text so that the paragraphs flow better on the Palm screen. Submitted by: Roman Shterenzon <romanbsd@yahoo.com>
Notes
Notes: svn path=/head/; revision=68446
Diffstat (limited to 'palm/makeztxt/Makefile')
-rw-r--r--palm/makeztxt/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/palm/makeztxt/Makefile b/palm/makeztxt/Makefile
new file mode 100644
index 000000000000..a14af394d587
--- /dev/null
+++ b/palm/makeztxt/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: makeztxt
+# Date created: Oct 19, 2002
+# Whom: Roman Shterenzon <roman@xpert.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= makeztxt
+PORTVERSION= 1.43
+CATEGORIES= palm
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= gutenpalm
+DISTNAME= ${PORTNAME}-${PORTVERSION}-src
+
+MAINTAINER= roman@xpert.com
+
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
+USE_GMAKE= yes
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/makeztxt ${LOCALBASE}/bin/
+
+.include <bsd.port.mk>