1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/security/fakebo/Makefile
Satoshi Asami 5e5841f2cd Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break when
PORTREVISION or PORTEPOCH are defined.

Most of these Makefiles were defining DISTNAME and WRKSRC (and
sometimes EXTRACT_SUFX) -- change those to define DISTFILES only.
Also, some of the WRKSRC lines were not even necessary, as they were
defining it to the default value.

Instigated by:	Peter Pentchev <roam@orbitel.bg> and kris
2000-09-25 12:21:43 +00:00

35 lines
947 B
Makefile

# New ports collection makefile for: fakebo
# Date created: 16 March 1999
# Whom: Kris Kennaway <kris@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= fakebo
PORTVERSION= 0.4.1
CATEGORIES= security
MASTER_SITES= ftp://ftp.deva.net/pub/sources/networking/ids/ \
ftp://the.ausmac.net/wd2a/security/port-loggers/ \
ftp://ftp.mayn.de/pub/unix/security/network/ \
ftp://ftp.cps.unizar.es/pub/unix/security/ \
ftp://ftp.linux.hr/pub/fakebo/
MAINTAINER= kris@FreeBSD.org
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} ${PREFIX}/share/doc/fakebo/
${INSTALL_MAN} ${WRKSRC}/custom.replies ${PREFIX}/share/doc/fakebo/
${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/fakebo/
.endif
.include <bsd.port.mk>