1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/security/slush/Makefile
Steve Price 1a06cefa35 Update to version 0.1.1.
PR:		11663
Submitted by:	maintainer
1999-05-24 02:21:57 +00:00

46 lines
1.2 KiB
Makefile

# Ports collection makefile for: slush
# Version required: 0.1.0
# Date created: Sun May 3, 1999
# Whom: shipley@dis.org
#
# $Id: Makefile,v 1.2 1999/05/09 17:53:12 steve Exp $
#
DISTNAME= slush-0.1.1
CATEGORIES= security net
MASTER_SITES= http://violet.ibs.com.au/slush/files/ \
ftp://www.dis.org/pub/Security/
MAINTAINER= shipley@dis.org
BUILD_DEPENDS= openssl:${PORTSDIR}/security/openssl
#MAN= slush.1
GNU_CONFIGURE= yes
#NOPROFILE= true
.include <bsd.port.pre.mk>
.if ${OSVERSION} <= 300000
BROKEN= does not build
.endif
.if defined(USA_RESIDENT) && ${USA_RESIDENT} == YES
MAKE_ENV+= EXTRA_SSL_LIBS="-lRSAglue -lrsaref"
.endif
do-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/slush
${INSTALL_MAN} ${WRKSRC}/control.txt ${PREFIX}/share/doc/slush
${INSTALL_MAN} ${WRKSRC}/INSTALL ${PREFIX}/share/doc/slush
${INSTALL_MAN} ${WRKSRC}/HISTORY ${PREFIX}/share/doc/slush
${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/slush
${INSTALL_MAN} ${WRKSRC}/COPYING ${PREFIX}/share/doc/slush
.endif
${INSTALL_PROGRAM} ${WRKSRC}/slush ${PREFIX}/bin/slush
${INSTALL_PROGRAM} ${WRKSRC}/slushd ${PREFIX}/sbin/slushd
.include <bsd.port.post.mk>