freebsd-ports/net/delegate/Makefile
Kris Kennaway 6d87d555b4 Mark FORBIDDEN due to a remotely-exploitable buffer overflow yielding
setuid nobody. If the maintainer would like to develop a workaround
similar to one discussed on the security list then please let me know.

Submitted by:	Sergey N. Voronkov <serg@dor.zaural.ru>
2000-02-02 09:10:15 +00:00

37 lines
918 B
Makefile

# New ports collection makefile for: DeleGate
# Version required: 5.9.12
# Date created: 26 Jan 1997
# Whom: Masafumi NAKANE <max@FreeBSD.org>
#
# $FreeBSD$
#
DISTNAME= delegate5.9.12
PKGNAME= delegate-5.9.12
CATEGORIES= net www japanese
MASTER_SITES= ftp://etlport.etl.go.jp/pub/DeleGate/
MAINTAINER= max@FreeBSD.org
#FORBIDDEN= "Remote buffer overflow yielding setuid nobody shell"
MAKE_ENV= PATH=$${PATH}:.
.if defined(BATCH)
pre-build:
@${ECHO} "MANAGER=root@localhost" >> ${WRKSRC}/DELEGATE_CONF
.endif
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/delegated ${PREFIX}/sbin
@${MKDIR} ${PREFIX}/share/examples/delegate
${INSTALL_DATA} ${FILESDIR}/delegated.sh \
${PREFIX}/share/examples/delegate
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/delegate
${INSTALL_DATA} ${WRKSRC}/doc/Manual.txt \
${PREFIX}/share/doc/delegate
.endif
@${CAT} ${PKGDIR}/MESSAGE
.include <bsd.port.mk>