2013-08-17 18:32:41 +02:00
|
|
|
# Created by: David Bushong <david+ports@bushong.net>
|
2002-06-10 20:38:52 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= rbot
|
2011-01-10 17:01:33 +01:00
|
|
|
PORTVERSION= 0.9.15
|
2013-08-17 18:45:55 +02:00
|
|
|
PORTREVISION= 2
|
2002-06-10 20:38:52 +02:00
|
|
|
CATEGORIES= irc ruby
|
2008-08-25 04:46:55 +02:00
|
|
|
MASTER_SITES= http://ruby-rbot.org/download/
|
2005-11-22 09:13:30 +01:00
|
|
|
EXTRACT_SUFX= .tgz
|
2002-06-10 20:38:52 +02:00
|
|
|
|
2013-08-17 18:33:26 +02:00
|
|
|
MAINTAINER= bdrewery@FreeBSD.org
|
2003-02-21 13:17:17 +01:00
|
|
|
COMMENT= Ruby IRC bot similar to infobot
|
2002-06-10 20:38:52 +02:00
|
|
|
|
2008-09-07 09:47:03 +02:00
|
|
|
RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/bdb.so:${PORTSDIR}/databases/ruby-bdb \
|
2011-07-30 20:33:55 +02:00
|
|
|
rubygem-gettext>=1.93.0:${PORTSDIR}/devel/rubygem-gettext
|
2002-08-01 01:52:42 +02:00
|
|
|
|
2013-09-20 17:58:09 +02:00
|
|
|
NO_STAGE= yes
|
2002-06-10 20:38:52 +02:00
|
|
|
USE_RUBY= yes
|
2005-11-22 09:13:30 +01:00
|
|
|
USE_RUBY_SETUP= yes
|
2008-08-25 04:46:55 +02:00
|
|
|
CONFIGURE_ARGS= --prefix=${PREFIX}
|
2002-06-10 20:38:52 +02:00
|
|
|
|
2008-08-25 04:46:55 +02:00
|
|
|
PKGMESSAGE= ${WRKDIR}/pkg-message
|
|
|
|
SUB_FILES= pkg-message
|
|
|
|
|
2011-01-10 17:01:33 +01:00
|
|
|
PORTDOCS= REQUIREMENTS ChangeLog
|
2008-08-25 04:46:55 +02:00
|
|
|
|
2013-08-17 18:45:55 +02:00
|
|
|
.include <bsd.port.options.mk>
|
2008-09-04 19:26:52 +02:00
|
|
|
|
2011-01-10 17:01:33 +01:00
|
|
|
pre-install:
|
|
|
|
${RM} ${WRKSRC}/bin/svnwatch-postcommit-hook
|
|
|
|
|
2008-08-25 04:46:55 +02:00
|
|
|
post-install:
|
2013-08-17 18:45:55 +02:00
|
|
|
.if ${PORT_OPTIONS:MDOCS}
|
2008-09-04 19:26:52 +02:00
|
|
|
${INSTALL} -d ${DOCSDIR}
|
2008-09-04 05:20:31 +02:00
|
|
|
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
|
2008-09-04 19:26:52 +02:00
|
|
|
.endif
|
2008-08-25 04:46:55 +02:00
|
|
|
@${CAT} ${PKGMESSAGE}
|
2002-06-10 20:38:52 +02:00
|
|
|
|
2013-08-17 18:45:55 +02:00
|
|
|
.include <bsd.port.mk>
|