1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
freebsd-ports/palm/isilo/Makefile
Mark Linimon 67459b00b4 Reset nik's ports due to no response to email about status and various
maintainer-timeouts.  We hope to see him more active again in the future.

Hat:	portmgr
2006-04-15 06:46:10 +00:00

30 lines
546 B
Makefile

# New ports collection Makefile for: isilo
# Date created: 20 December 1999
# Whom: nik
#
# $FreeBSD$
#
PORTNAME= isilo
PORTVERSION= 2.58
CATEGORIES= palm textproc
MASTER_SITES= ftp://ftp.iSilo.com/pub/
DISTNAME= iSiloBSD
MAINTAINER= ports@FreeBSD.org
COMMENT= Converts documents from text/HTML to iSilo format
USE_ZIP= yes
NO_BUILD= yes
NO_WRKSUBDIR= yes
ONLY_FOR_ARCHS= i386
MAN1= iSiloBSD.1
MANCOMPRESSED= no
PLIST_FILES= bin/iSiloBSD
post-extract:
${CP} ${FILESDIR}/Makefile ${FILESDIR}/iSiloBSD.1 ${WRKDIR}
.include <bsd.port.mk>