2002-06-10 20:38:52 +02:00
|
|
|
# New ports collection makefile for: rbot
|
|
|
|
# Date created: 14 Apr 2002
|
|
|
|
# Whom: David Bushong <david+ports@bushong.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= rbot
|
2007-01-05 10:36:12 +01:00
|
|
|
PORTVERSION= 0.9.10
|
2002-06-10 20:38:52 +02:00
|
|
|
CATEGORIES= irc ruby
|
|
|
|
MASTER_SITES= http://linuxbrit.co.uk/downloads/
|
2005-11-22 09:13:30 +01:00
|
|
|
EXTRACT_SUFX= .tgz
|
2002-06-10 20:38:52 +02:00
|
|
|
|
|
|
|
MAINTAINER= david+ports@bushong.net
|
2003-02-21 13:17:17 +01:00
|
|
|
COMMENT= Ruby IRC bot similar to infobot
|
2002-06-10 20:38:52 +02:00
|
|
|
|
2003-10-31 19:55:28 +01:00
|
|
|
RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/bdb.so:${PORTSDIR}/databases/ruby-bdb
|
2002-08-01 01:52:42 +02:00
|
|
|
|
2002-06-10 20:38:52 +02:00
|
|
|
USE_RUBY= yes
|
2003-10-31 19:55:28 +01:00
|
|
|
USE_RUBY_FEATURES= rexml
|
2005-11-22 09:13:30 +01:00
|
|
|
USE_RUBY_SETUP= yes
|
2002-06-10 20:38:52 +02:00
|
|
|
|
2005-11-22 09:13:30 +01:00
|
|
|
CONFIGURE_ARGS= --prefix=${PREFIX} --datadir=${PREFIX}/share/doc/${RUBY_NAME}
|
2002-06-10 20:38:52 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|