1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/security/fakebo/Makefile

36 lines
964 B
Makefile
Raw Normal View History

# New ports collection makefile for: fakebo
1999-10-21 19:41:57 +00:00
# Version required: 0.4.1
# Date created: 16 March 1999
# Whom: Kris Kennaway <kris@FreeBSD.org>
#
1999-08-31 01:53:22 +00:00
# $FreeBSD$
#
1999-10-21 19:41:57 +00:00
DISTNAME= fakebo-0.4.1
CATEGORIES= security
MASTER_SITES= http://yi.com/home/KosturjakVlatko/ \
ftp://ftp.c-com.net/pub/.10/LinuxBerg/files/console/ \
ftp://ftp.bitcon.no/.10/linux/linuxberg/files/console/ \
1999-03-22 13:17:08 +00:00
ftp://ftp.ist.utl.pt/pub/linuxberg/files/console/
MAINTAINER= kris@FreeBSD.org
WRKSRC= ${WRKDIR}/${PKGNAME}
1999-10-21 19:41:57 +00:00
GNU_CONFIGURE= yes
MAN1= fakebo.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/fakebo ${PREFIX}/bin/
1999-10-21 19:41:57 +00:00
${INSTALL_DATA} ${WRKSRC}/fakebo.conf ${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/
1999-10-21 19:41:57 +00:00
${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/fakebo/
.endif
.include <bsd.port.mk>