1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/palm/isilo/Makefile
Marcus Alves Grando a7fa2a632b - Fix master sites
PR:		97830
Submitted by:	Martin Wilke <freebsd___unixfreunde.de>
2006-05-25 01:49:27 +00:00

31 lines
595 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= http://mirror2.unixfreunde.de/ \
http://freebsd.unixfreunde.de/sources/
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>