blob: 118630c47656e3105a364511aaf4c22837f7559d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# New ports collection makefile for: txt2pdbdoc
# Date created: Mon Jan 8 2001
# Whom: keichii@iteration.net
#
# $FreeBSD$
#
PORTNAME= txt2pdbdoc
PORTVERSION= 1.4.4
CATEGORIES= palm converters
MASTER_SITES= http://homepage.mac.com/pauljlucas/software/
MAINTAINER= ports@FreeBSD.org
COMMENT= Converts plain text and HTML files to Palm Pilot Doc formats
USE_GMAKE= yes
GNU_CONFIGURE= yes
PLIST_FILES= bin/pdbtxt2html bin/html2pdbtxt bin/txt2pdbdoc
MAN1= txt2pdbdoc.1 pdbtxt2html.1 html2pdbtxt.1
MAN4= doc.4
.include <bsd.port.mk>
|