1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/net/relay/Makefile
David E. O'Brien 55ddf4365b Become the guinnie-pig and move all my Freefall ~/public_html distfiles
over to the new ftp.freebsd.org local distfiles site.
2000-06-07 03:09:25 +00:00

29 lines
710 B
Makefile

# ex:ts=8
# Ports collection makefile for: relay
# Date created: Mon Dec 23, 1998
# Whom: David O'Brien (obrien@NUXI.com)
#
# $FreeBSD$
#
PORTNAME= relay
PORTVERSION= 1.10
CATEGORIES= net security
MASTER_SITES= http://www.iagora.com/~espel/ \
ftp://ftp.freebsd.org/pub/FreeBSD/local-distfiles/obrien/
DISTNAME= relay
MAINTAINER= obrien@FreeBSD.org
IS_INTERACTIVE= 'must set server hostname in relay.h'
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/relay ${PREFIX}/libexec
@cd ${WRKSRC} ; ${INSTALL_PROGRAM} rtelnet rftp rfinger ${PREFIX}/bin
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/relay
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/relay
.endif
.include <bsd.port.mk>