2013-09-20 20:44:49 +02:00
|
|
|
# Created by: Tim Bishop <tim@bishnet.net>
|
2002-06-03 19:08:24 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= pircbot
|
2010-02-20 11:38:49 +01:00
|
|
|
PORTVERSION= 1.5.0
|
2010-03-01 00:01:49 +01:00
|
|
|
PORTREVISION= 1
|
2002-06-03 19:08:24 +02:00
|
|
|
CATEGORIES= irc java
|
2002-08-31 19:34:48 +02:00
|
|
|
MASTER_SITES= http://www.jibble.org/files/ \
|
2003-08-30 19:14:29 +02:00
|
|
|
ftp://ftp.i-scream.org/pub/www.jibble.org/files/ \
|
|
|
|
http://www.i-scream.org/pub/www.jibble.org/files/
|
2002-06-03 19:08:24 +02:00
|
|
|
|
2005-12-01 17:50:07 +01:00
|
|
|
MAINTAINER= tdb@FreeBSD.org
|
2003-02-21 13:17:17 +01:00
|
|
|
COMMENT= PircBot Java IRC Bot Framework
|
2002-06-03 19:08:24 +02:00
|
|
|
|
|
|
|
USE_ZIP= yes
|
|
|
|
NO_BUILD= yes
|
|
|
|
|
2005-04-03 01:08:49 +02:00
|
|
|
USE_JAVA= yes
|
2002-06-03 19:08:24 +02:00
|
|
|
|
2013-09-20 20:44:49 +02:00
|
|
|
NO_STAGE= yes
|
2002-06-03 19:08:24 +02:00
|
|
|
do-install:
|
2003-08-12 12:57:48 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/pircbot.jar ${JAVAJARDIR}
|
2005-04-03 01:08:49 +02:00
|
|
|
.ifndef(NOPORTDOCS)
|
2003-08-12 12:57:48 +02:00
|
|
|
${MKDIR} ${DOCSDIR}
|
2010-03-01 00:01:49 +01:00
|
|
|
${CP} -r ${WRKSRC}/javadocs/* ${DOCSDIR}/
|
2002-06-03 19:08:24 +02:00
|
|
|
.endif
|
|
|
|
|
|
|
|
post-install:
|
2004-03-08 11:34:05 +01:00
|
|
|
@${ECHO_MSG} " ---------------------------------------------------------------"
|
|
|
|
@${ECHO_MSG} " To use pircbot add ${JAVAJARDIR}/pircbot.jar to"
|
|
|
|
@${ECHO_MSG} " your classpath. A short tutorial can be found here:"
|
|
|
|
@${ECHO_MSG} " http://www.jibble.org/pircbot.php"
|
2005-04-03 01:08:49 +02:00
|
|
|
.ifndef(NOPORTDOCS)
|
2004-03-08 11:34:05 +01:00
|
|
|
@${ECHO_MSG} " pircbot javadoc documentation has also been installed in:"
|
|
|
|
@${ECHO_MSG} " ${DOCSDIR}"
|
2002-06-03 19:08:24 +02:00
|
|
|
.endif
|
2004-03-08 11:34:05 +01:00
|
|
|
@${ECHO_MSG} " ---------------------------------------------------------------"
|
2002-06-03 19:08:24 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|