1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/irc/pircbot/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

43 lines
1.2 KiB
Makefile

# New ports collection makefile for: pircbot
# Date created: 2 June 2002
# Whom: Tim Bishop <tim@bishnet.net>
#
# $FreeBSD$
#
PORTNAME= pircbot
PORTVERSION= 1.4.6
PORTREVISION= 1
CATEGORIES= irc java
MASTER_SITES= http://www.jibble.org/files/ \
ftp://ftp.i-scream.org/pub/www.jibble.org/files/ \
http://www.i-scream.org/pub/www.jibble.org/files/
MAINTAINER= tdb@FreeBSD.org
COMMENT= PircBot Java IRC Bot Framework
USE_ZIP= yes
NO_BUILD= yes
USE_JAVA= yes
do-install:
${INSTALL_DATA} ${WRKSRC}/pircbot.jar ${JAVAJARDIR}
.ifndef(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
(cd ${WRKSRC}/javadocs && ${TAR} -cf - . | ${TAR} -xf - -C ${DOCSDIR})
.endif
post-install:
@${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"
.ifndef(NOPORTDOCS)
@${ECHO_MSG} " pircbot javadoc documentation has also been installed in:"
@${ECHO_MSG} " ${DOCSDIR}"
.endif
@${ECHO_MSG} " ---------------------------------------------------------------"
.include <bsd.port.mk>