1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/security/bugs/Makefile
Ade Lovett a669fb3524 Update to 3.3.2
PR:		20899
Submitted by:	maintainer
2000-09-18 20:41:42 +00:00

50 lines
1.3 KiB
Makefile

# New ports collection makefile for: bugs
# Date created: 20 June 1998
# Whom: Stephane Legrand
#
# $FreeBSD$
#
PORTNAME= bugs
PORTVERSION= 3.3.2
CATEGORIES= security
MASTER_SITES= http://www.bcrypt.com/crypto/
EXTRACT_SUFX= .tgz
MAINTAINER= stephane.legrand@bigfoot.com
# No Manual page
# Cryptography = be extra careful...
NO_CDROM= may contain export-restricted material
NO_PACKAGE= may contain export-restricted material
RESTRICTED= Cryptography
post-configure:
(cd ${WRKSRC}; ${MAKE} bsd)
${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.pre_sed
${SED} -e 's:^INSTALL_PATH = "/usr/local/bugs-.*":INSTALL_PATH = "${PREFIX}/${DISTNAME}":' \
-e 's/^install: instchoice all/install: instchoice/' \
< ${WRKSRC}/Makefile.pre_sed > ${WRKSRC}/Makefile
pre-install:
(cd ${WRKSRC}; ${MAKE} test)
post-install:
.if !defined(NOPORTDOCS)
${CP} -R ${WRKSRC}/doc ${PREFIX}/${DISTNAME}
.endif
${CP} -R ${WRKSRC}/include ${PREFIX}/${DISTNAME}
strip ${PREFIX}/${DISTNAME}/bchat \
${PREFIX}/${DISTNAME}/bcrypt \
${PREFIX}/${DISTNAME}/bhide \
${PREFIX}/${DISTNAME}/bkey \
${PREFIX}/${DISTNAME}/block \
${PREFIX}/${DISTNAME}/blogin \
${PREFIX}/${DISTNAME}/bmore \
${PREFIX}/${DISTNAME}/bpass \
${PREFIX}/${DISTNAME}/bpassdel \
${PREFIX}/${DISTNAME}/bunlock \
.include <bsd.port.mk>