2002-06-03 17:08:24 +00:00
|
|
|
# New ports collection makefile for: pircbot
|
|
|
|
# Date created: 2 June 2002
|
|
|
|
# Whom: Tim Bishop <tim@bishnet.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= pircbot
|
2007-05-24 22:53:31 +00:00
|
|
|
PORTVERSION= 1.4.6
|
2002-06-03 17:08:24 +00:00
|
|
|
CATEGORIES= irc java
|
2002-08-31 17:34:48 +00:00
|
|
|
MASTER_SITES= http://www.jibble.org/files/ \
|
2003-08-30 17:14:29 +00:00
|
|
|
ftp://ftp.i-scream.org/pub/www.jibble.org/files/ \
|
|
|
|
http://www.i-scream.org/pub/www.jibble.org/files/
|
2002-06-03 17:08:24 +00:00
|
|
|
|
2005-12-01 16:50:07 +00:00
|
|
|
MAINTAINER= tdb@FreeBSD.org
|
2003-02-21 12:17:17 +00:00
|
|
|
COMMENT= PircBot Java IRC Bot Framework
|
2002-06-03 17:08:24 +00:00
|
|
|
|
|
|
|
USE_ZIP= yes
|
|
|
|
NO_BUILD= yes
|
|
|
|
|
2005-04-02 23:08:49 +00:00
|
|
|
USE_JAVA= yes
|
2002-06-03 17:08:24 +00:00
|
|
|
|
|
|
|
do-install:
|
2003-08-12 10:57:48 +00:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/pircbot.jar ${JAVAJARDIR}
|
2005-04-02 23:08:49 +00:00
|
|
|
.ifndef(NOPORTDOCS)
|
2003-08-12 10:57:48 +00:00
|
|
|
${MKDIR} ${DOCSDIR}
|
|
|
|
(cd ${WRKSRC}/javadocs && ${TAR} -cf - . | ${TAR} -xf - -C ${DOCSDIR})
|
2002-06-03 17:08:24 +00:00
|
|
|
.endif
|
|
|
|
|
|
|
|
post-install:
|
2004-03-08 10:34:05 +00: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-02 23:08:49 +00:00
|
|
|
.ifndef(NOPORTDOCS)
|
2004-03-08 10:34:05 +00:00
|
|
|
@${ECHO_MSG} " pircbot javadoc documentation has also been installed in:"
|
|
|
|
@${ECHO_MSG} " ${DOCSDIR}"
|
2002-06-03 17:08:24 +00:00
|
|
|
.endif
|
2004-03-08 10:34:05 +00:00
|
|
|
@${ECHO_MSG} " ---------------------------------------------------------------"
|
2002-06-03 17:08:24 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|