freebsd-ports/security/mindterm-binary/Makefile
Alexander Langer 582ce2fbb0 Fix checksum, so unbreak and don't schedule this for removal.
There's a small problem with the ftp-mirrors with the mindterm-ssh.html
file.  My and other mirrors of ftp.FreeBSD.org have a different filesize
of this file than the original ftp.FreeBSD.org file (1085 vs. 1106 bytes).
This is only in amount of whitespace, diff -b shows no difference at all.
(It's not a tab problem, I manually couldn't find the difference btw)

This is also why I never could reproduce the checksum mismatch on bento, as
I never fetch from ftp.FreeBSD.org but a local mirror.  Neither could
other people who just asked me why this port is marked broken and scheduled
for removal.

The distinfo file will now use the filesize from the master FTP server.
Thanks to the SIZE data, "make fetch" will try different mirrors until
it'll find one with the correct size and thus the correct checksum.
So hopefully this will fix this port for the future.
2004-06-23 10:27:25 +00:00

38 lines
1 KiB
Makefile

# New ports collection makefile for: mindterm-binary
# Date created: 22 Sep 2000
# Whom: alex@FreeBSD.org
#
# $FreeBSD$
PORTNAME= mindterm-binary
PORTVERSION= 1.2.1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= alex
DISTNAME= mindtermbin-v121
DISTFILES= mindterm-ssh.html ${EXTRACT_ONLY}
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= alex@FreeBSD.org
COMMENT= "A full vt220 compatible Java SSH-1 client (not only for websites)"
USE_ZIP= yes
NO_WRKSUBDIR= yes
NO_BUILD= yes
NO_CDROM= "Do not sell for profit"
post-extract:
@${CP} ${DISTDIR}/mindterm-ssh.html ${WRKSRC}
@${MV} ${WRKSRC}/mindtermfull.jar ${WRKSRC}/mindterm.jar
do-install:
@${MKDIR} ${PREFIX}/share/java/mindterm
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/mindterm
.for DOC in CHANGES FAQ FEATURES PLATFORMS TODO mindterm-ssh.html
@${INSTALL_DATA} ${WRKSRC}/${DOC} ${PREFIX}/share/doc/mindterm/
.endfor
.endif
@${INSTALL_DATA} ${WRKSRC}/mindterm.jar ${PREFIX}/share/java/mindterm/
.include <bsd.port.mk>