summaryrefslogtreecommitdiff
path: root/palm/isilo/Makefile
diff options
context:
space:
mode:
authorNik Clayton <nik@FreeBSD.org>1999-12-24 01:11:12 +0000
committerNik Clayton <nik@FreeBSD.org>1999-12-24 01:11:12 +0000
commit7029014e918dc90019bdfb46bb6624a32188c108 (patch)
tree48fe552db30637b5f0dfbb03a556426284947427 /palm/isilo/Makefile
parentUpdate to version 2.1.10. (diff)
iSilo: Convert text/HTML files to files suitable for installing on a
Palm Pilot, and reading with the iSilo Palm Document reader. A reasonable attempt at retaining the HTML formatting is performed (and images are retained) making this great for building a Palm-able version of the FAQ or Handbook. . .
Notes
Notes: svn path=/head/; revision=23946
Diffstat (limited to 'palm/isilo/Makefile')
-rw-r--r--palm/isilo/Makefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/palm/isilo/Makefile b/palm/isilo/Makefile
new file mode 100644
index 000000000000..4bfbe28a1d68
--- /dev/null
+++ b/palm/isilo/Makefile
@@ -0,0 +1,30 @@
+# New ports collection Makefile for: isilo
+# Version required: 2.51
+# Date created: 20 December 1999
+# Whom: nik
+#
+# $FreeBSD$
+#
+
+DISTNAME= iSilo386
+USE_ZIP= yes
+PKGNAME= isilo-2.51
+
+CATEGORIES= palm textproc
+MASTER_SITES= ftp://ftp.iSilo.com/pub/
+
+MAINTAINER= nik
+
+NO_BUILD= yes
+NO_WRKSUBDIR= yes
+
+MAN1= iSilo386.1
+MANCOMPRESSED= no
+
+post-extract:
+ ${CP} files/Makefile files/iSilo386.1 ${WRKDIR}
+
+post-install:
+ @${CAT} pkg/MESSAGE
+
+.include <bsd.port.mk>