angelos 228d9cfbd5 CFS 1.3.3 + blowfish (from Niels Provos) port.
It's fun being in Canada.
1997-11-27 22:22:48 +00:00

35 lines
1005 B
Makefile

# OpenBSD makefile for: cfs
# Version required: 1.3.3
# Date created: 26 November 1997
# Whom: Angelos D. Keromytis
#
# $Id: Makefile,v 1.1 1997/11/27 22:22:48 angelos Exp $
#
DISTNAME= cfs-1.3.3
CATEGORIES= security
MASTER_SITES= ftp://utopia.hacktic.nl/pub/crypto/disk/ \
ftp://ftp.informatik.uni-hamburg.de/pub/virus/crypt/disk/
MAINTAINER= angelos@openbsd.org
ALL_TARGET= cfs
MAN1= cattach.1 cdetach.1 cmkdir.1 cpasswd.1
MAN8= ccat.8 cfsd.8 cname.8
RESTRICTED= "contains crypto code"
do-build:
(cd ${WRKSRC} ; sh make_with_bad_rpcgen cfs)
do-install:
@cd ${WRKSRC}; \
${INSTALL_PROGRAM} ccat cfsd cname ${PREFIX}/sbin; \
${INSTALL_PROGRAM} cattach cdetach cmkdir cpasswd ${PREFIX}/bin; \
${INSTALL_MAN} ${MAN1} ${PREFIX}/man/man1; \
${INSTALL_MAN} ${MAN8} ${PREFIX}/man/man8; \
${MKDIR} ${PREFIX}/share/doc/cfs; \
${INSTALL_DATA} README.install notes.ms ${PREFIX}/share/doc/cfs; \
${INSTALL_SCRIPT} cfsd.sh ${PREFIX}/etc/rc.d
.include <bsd.port.mk>