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
|
2008-09-04 03:20:31 +00:00
|
|
|
PORTVERSION= 0.9.13
|
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
|
|
|
|
2008-08-25 02:46:55 +00:00
|
|
|
MAINTAINER= yzlin@cs.nctu.edu.tw
|
2003-02-21 12:17:17 +00:00
|
|
|
COMMENT= Ruby IRC bot similar to infobot
|
2002-06-10 18:38:52 +00:00
|
|
|
|
2003-10-31 18:55:28 +00:00
|
|
|
RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/bdb.so:${PORTSDIR}/databases/ruby-bdb
|
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
|
|
|
|
|
|
|
|
PORTDOCS= README REQUIREMENTS ChangeLog
|
|
|
|
|
|
|
|
post-install:
|
2008-09-04 03:20:31 +00:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
|
2008-08-25 02:46:55 +00:00
|
|
|
@${CAT} ${PKGMESSAGE}
|
2002-06-10 18:38:52 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|