8ca11a8b40
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.
28 lines
470 B
Makefile
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>
|