pkgsrc/security/AiSSLtelnet/Makefile
jun 89edf7f9f4 Initial import of "AiSSLtelnet":
AiSSL based implementation of the telnet(d).
2001-03-14 05:11:17 +00:00

23 lines
711 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2001/03/14 05:11:17 jun Exp $
#
DISTNAME= AiSSLtelnet-0.142
CATEGORIES= security
MASTER_SITES= http://mars.elcom.nitech.ac.jp/security/
MAINTAINER= tech-pkg@jp.netbsd.org
HOMEPAGE= http://mars.elcom.nitech.ac.jp/security/
COMMENT= SSL Telnet based on AiSSL
GNU_CONFIGURE= YES
RESTRICTED= "Source code redistribution is not permitted.consult okuno@mars.elcom.nitech.ac.jp."
NO_SRC_ON_FTP= ${RESTRICTED}
NO_SRC_ON_CDROM= ${RESTRICTED}
pre-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/AiSSLtelnet
${INSTALL_DATA} ${WRKSRC}/aicrypto/COPYRIGHT ${WRKSRC}/README \
${WRKSRC}/README-j ${PREFIX}/share/doc/AiSSLtelnet
.include "../../mk/bsd.pkg.mk"