diff --git a/irc/infobot/Makefile b/irc/infobot/Makefile index ca18787d710c..3897772a8c86 100644 --- a/irc/infobot/Makefile +++ b/irc/infobot/Makefile @@ -1,45 +1,49 @@ PORTNAME= infobot PORTVERSION= 0.45.3 PORTREVISION= 3 CATEGORIES= irc MASTER_SITES= http://www.infobot.org/src/ \ http://www.infobot.org/src/prior/ MAINTAINER= ports@FreeBSD.org COMMENT= Bot written in Perl with a rabid AI WWW= http://www.infobot.org/ LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +BROKEN= Unfetchable +DEPRECATED= Abandonware, outdated version and last upstream release in 2008 +EXPIRATION_DATE=2024-03-31 + USES= perl5 shebangfix SHEBANG_FILES= ${PORTNAME} scripts/* USE_PERL5= run NO_BUILD= yes NO_ARCH= yes OPTIONS_DEFINE= DOCS post-patch: -@${RM} ${WRKSRC}/src/*.orig .for i in config help users @${RM} ${WRKSRC}/conf/infobot.$i .endfor do-install: @${MKDIR} ${STAGEDIR}${DATADIR} ${CP} -r ${WRKSRC}/src ${WRKSRC}/extras ${WRKSRC}/files \ ${WRKSRC}/scripts ${STAGEDIR}${DATADIR}/ @${MKDIR} ${STAGEDIR}${ETCDIR} ${INSTALL_DATA} ${WRKSRC}/conf/* ${STAGEDIR}${ETCDIR} ${SED} -e 's,$$param{\(.\)basedir\(.\)} = .*,$$param{\1basedir\2} = "${DATADIR}";,' \ -e 's,$$param{\(.\)confdir\(.\)} = .*,$$param{\1confdir\2} = "${ETCDIR}";,' \ ${WRKSRC}/infobot > ${WRKDIR}/infobot ${INSTALL_SCRIPT} ${WRKDIR}/infobot ${STAGEDIR}${PREFIX}/bin do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/* ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/LICENSE ${WRKSRC}/README ${WRKSRC}/REVISIONS ${STAGEDIR}${DOCSDIR} .include