openbsd-ports/security/stel/Makefile
naddy db5feb6b92 - replace dead MASTER_SITE with working ones (verified) plucked from
ftpsearch
- simplify build
- we don't preformat ports man pages
- use INSTALL_ macros
- respect CC and CFLAGS
- reformat DESCR
ok turan@
2001-02-28 21:40:56 +00:00

28 lines
714 B
Makefile

# $OpenBSD: Makefile,v 1.13 2001/02/28 21:40:56 naddy Exp $
DISTNAME= stel
CATEGORIES= security
NEED_VERSION= 1.210
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/
MAINTAINER= Christopher Turan <turan@openbsd.org>
PERMIT_PACKAGE_CDROM= No
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= No
PERMIT_DISTFILES_FTP= Yes
WRKDIST= ${WRKDIR}
ALL_TARGET= bsdi
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
.include <bsd.port.mk>