freebsd-ports/security/fakebo/Makefile

36 lines
906 B
Makefile
Raw Normal View History

# New ports collection makefile for: fakebo
# Date created: 16 March 1999
# Whom: Kris Kennaway <kris@FreeBSD.org>
#
1999-08-31 03:53:22 +02:00
# $FreeBSD$
#
PORTNAME= fakebo
PORTVERSION= 0.4.1
PORTREVISION= 1
CATEGORIES= security
2001-01-27 06:58:44 +01:00
MASTER_SITES= ftp://the.ausmac.net/wd2a/security/port-loggers/ \
2000-09-22 01:43:45 +02:00
ftp://ftp.mayn.de/pub/unix/security/network/ \
ftp://webdiis.unizar.es/pub/unix/security/ \
1999-10-21 21:44:32 +02:00
ftp://ftp.linux.hr/pub/fakebo/
2003-07-12 12:37:02 +02:00
MAINTAINER= ports@FreeBSD.org
COMMENT= A fake BackOrifice client emulator
1999-10-21 21:41:57 +02:00
GNU_CONFIGURE= yes
MAN1= fakebo.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/fakebo ${PREFIX}/bin/
${INSTALL_DATA} ${WRKSRC}/fakebo.conf.dist ${PREFIX}/etc/fakebo.conf.sample
${INSTALL_MAN} ${WRKSRC}/fakebo.1 ${PREFIX}/man/man1/
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_MAN} ${WRKSRC}/custom.replies ${DOCSDIR}
${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>