freebsd-ports/palm/makeztxt/Makefile
Kris Kennaway 6d8202f80e 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>
2002-10-20 23:10:16 +00:00

24 lines
489 B
Makefile

# 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>