1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/palm/isilo/Makefile
Nik Clayton 8ca11a8b40 Upgrade iSilo to v2.55.
Principal difference is that, after come careful lobbying, this is now a
FreeBSD native application.  Trim the man page to remove the Linux specific
comments, stop branding the binary as Linux, and update to reflect the
fact that the binary is now called iSiloBSD.
2000-02-03 20:53:31 +00:00

28 lines
470 B
Makefile

# New ports collection Makefile for: isilo
# Version required: 2.55
# Date created: 20 December 1999
# Whom: nik
#
# $FreeBSD$
#
DISTNAME= iSiloBSD
PKGNAME= isilo-2.55
CATEGORIES= palm textproc
MASTER_SITES= ftp://ftp.iSilo.com/pub/
MAINTAINER= nik@FreeBSD.org
USE_ZIP= yes
NO_BUILD= yes
NO_WRKSUBDIR= yes
ONLY_FOR_ARCHS= i386
MAN1= iSiloBSD.1
MANCOMPRESSED= no
post-extract:
${CP} ${FILESDIR}/Makefile ${FILESDIR}/iSiloBSD.1 ${WRKDIR}
.include <bsd.port.mk>