2002-06-10 18:38:52 +00:00
|
|
|
# New ports collection makefile for: rbot
|
|
|
|
# Date created: 14 Apr 2002
|
|
|
|
# Whom: David Bushong <david+ports@bushong.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= rbot
|
2011-01-10 16:01:33 +00:00
|
|
|
PORTVERSION= 0.9.15
|
2011-07-30 18:33:55 +00:00
|
|
|
PORTREVISION= 1
|
2002-06-10 18:38:52 +00:00
|
|
|
CATEGORIES= irc ruby
|
2008-08-25 02:46:55 +00:00
|
|
|
MASTER_SITES= http://ruby-rbot.org/download/
|
2005-11-22 08:13:30 +00:00
|
|
|
EXTRACT_SUFX= .tgz
|
2002-06-10 18:38:52 +00:00
|
|
|
|
2009-07-29 12:59:14 +00:00
|
|
|
MAINTAINER= yzlin@FreeBSD.org
|
2003-02-21 12:17:17 +00:00
|
|
|
COMMENT= Ruby IRC bot similar to infobot
|
2002-06-10 18:38:52 +00:00
|
|
|
|
2008-09-07 07:47:03 +00:00
|
|
|
RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/bdb.so:${PORTSDIR}/databases/ruby-bdb \
|
2011-07-30 18:33:55 +00:00
|
|
|
rubygem-gettext>=1.93.0:${PORTSDIR}/devel/rubygem-gettext
|
2002-07-31 23:52:42 +00:00
|
|
|
|
2002-06-10 18:38:52 +00:00
|
|
|
USE_RUBY= yes
|
2005-11-22 08:13:30 +00:00
|
|
|
USE_RUBY_SETUP= yes
|
2008-08-25 02:46:55 +00:00
|
|
|
CONFIGURE_ARGS= --prefix=${PREFIX}
|
2002-06-10 18:38:52 +00:00
|
|
|
|
2008-08-25 02:46:55 +00:00
|
|
|
PKGMESSAGE= ${WRKDIR}/pkg-message
|
|
|
|
SUB_FILES= pkg-message
|
|
|
|
|
2011-01-10 16:01:33 +00:00
|
|
|
PORTDOCS= REQUIREMENTS ChangeLog
|
2008-08-25 02:46:55 +00:00
|
|
|
|
2008-09-04 17:26:52 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2011-01-10 16:01:33 +00:00
|
|
|
pre-install:
|
|
|
|
${RM} ${WRKSRC}/bin/svnwatch-postcommit-hook
|
|
|
|
|
2008-08-25 02:46:55 +00:00
|
|
|
post-install:
|
2008-09-04 17:26:52 +00:00
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
${INSTALL} -d ${DOCSDIR}
|
2008-09-04 03:20:31 +00:00
|
|
|
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
|
2008-09-04 17:26:52 +00:00
|
|
|
.endif
|
2008-08-25 02:46:55 +00:00
|
|
|
@${CAT} ${PKGMESSAGE}
|
2002-06-10 18:38:52 +00:00
|
|
|
|
2008-09-04 17:26:52 +00:00
|
|
|
.include <bsd.port.post.mk>
|