openbsd-ports/security/stel/Makefile

38 lines
930 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.22 2007/09/15 23:30:01 merdely Exp $
COMMENT= Secure Telnet, encrypted version of the telnet daemon
1998-11-18 22:22:35 -05:00
DISTNAME= stel
2001-04-19 06:41:14 -04:00
PKGNAME= ${DISTNAME}-19960505
CATEGORIES= security
2002-10-28 12:35:01 -05:00
MASTER_SITES= ftp://ftp.ox.ac.uk/pub/crypto/misc/ \
ftp://ftp.mupad.de/pub/crypto/misc/ \
ftp://ftp.st.ryukoku.ac.jp/pub/security/tool/stel/ \
ftp://ftp.funet.fi/pub/mirrors/ftp.ox.ac.uk/pub/crypto/misc/
1998-11-18 22:22:35 -05:00
2000-06-04 21:42:48 -04:00
PERMIT_PACKAGE_CDROM= No
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= No
PERMIT_DISTFILES_FTP= Yes
2004-12-27 08:28:33 -05:00
WANTLIB= c des m skey
2000-02-13 03:47:40 -05:00
LIB_DEPENDS= gmp.::devel/gmp
WRKDIST= ${WRKDIR}
1998-11-18 22:22:35 -05:00
ALL_TARGET= bsdi
1998-11-18 22:22:35 -05:00
post-extract:
@rm ${WRKSRC}/stel/login.c.orig
2002-10-28 12:35:01 -05:00
NO_REGRESS= Yes
1998-11-18 22:22:35 -05:00
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/stel/stel ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/stel/steld ${PREFIX}/sbin
${INSTALL_MAN} ${WRKSRC}/man/stel.1 ${PREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/man/steld.8 ${PREFIX}/man/man8
1998-11-18 22:22:35 -05:00
.include <bsd.port.mk>