freebsd-ports/irc/darkbot/Makefile
Pav Lucistnik 29c52e7213 Unbreak on -CURRENT.
PR:		ports/58670
Submitted by:	Samy Al Bahra <samy@kerneled.com>
Approved by:	marcus (backup mentor)
2003-11-16 19:58:06 +00:00

30 lines
669 B
Makefile

# Ports collection makefile for: Darkbot
# Date created: 24 February 2003
# Whom: A. Gabriel <backslash@BSDCode.org>
#
# $FreeBSD$
#
PORTNAME= darkbot
PORTVERSION= 6f6.r6
PORTEPOCH= 1
CATEGORIES= irc
MASTER_SITES= http://darkbot.sourceforge.net/archive/unix/ \
http://www.BSDCode.org/port/
DISTNAME= ${PORTNAME}-${PORTVERSION:S/./_/}
MAINTAINER= backslash@BSDCode.org
COMMENT= IRC talking bot with a very fast algorithm for its database
PLIST= ${WRKDIR}/plist
MAN1= darkbot.1
MANCOMPRESSED= yes
GNU_CONFIGURE= yes
IS_INTERACTIVE= yes
pre-install:
${CAT} ${MASTERDIR}/pkg-plist | ${SED} -e "s,/usr/local,${LOCALBASE},g" > ${PLIST}
.include <bsd.port.mk>