1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/irc/rbot/Makefile
Beech Rintoul 92fbaacb46 - Update to 0.9.13
PR:		ports/127072
Submitted by:	Yi-Jheng Lin <yzlin@cs.nctu.edu.tw> (maintainer)
2008-09-04 03:20:31 +00:00

34 lines
717 B
Makefile

# New ports collection makefile for: rbot
# Date created: 14 Apr 2002
# Whom: David Bushong <david+ports@bushong.net>
#
# $FreeBSD$
#
PORTNAME= rbot
PORTVERSION= 0.9.13
CATEGORIES= irc ruby
MASTER_SITES= http://ruby-rbot.org/download/
EXTRACT_SUFX= .tgz
MAINTAINER= yzlin@cs.nctu.edu.tw
COMMENT= Ruby IRC bot similar to infobot
RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/bdb.so:${PORTSDIR}/databases/ruby-bdb
USE_RUBY= yes
USE_RUBY_SETUP= yes
CONFIGURE_ARGS= --prefix=${PREFIX}
PKGMESSAGE= ${WRKDIR}/pkg-message
SUB_FILES= pkg-message
PORTDOCS= README REQUIREMENTS ChangeLog
post-install:
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>