# New ports collection makefile for: infobot # Date created: 17 November 1999 # Whom: perlguy@perlguy.com # # $FreeBSD$ # PORTNAME= infobot PORTVERSION= 0.45.3 CATEGORIES= irc MASTER_SITES= http://www.infobot.org/src/ \ http://www.infobot.org/src/prior/ MAINTAINER= perlguy@perlguy.com COMMENT= Bot written in Perl with a rabid AI USE_PERL5= yes NO_BUILD= yes do-install: ${MKDIR} ${DATADIR} ${CP} -r ${WRKSRC}/src ${WRKSRC}/extras ${WRKSRC}/files \ ${WRKSRC}/scripts ${DATADIR}/ ${RM} ${DATADIR}/src/*.orig .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/LICENSE ${WRKSRC}/README ${WRKSRC}/REVISIONS ${DOCSDIR} .endif ${MKDIR} ${PREFIX}/etc/infobot ${INSTALL_DATA} ${WRKSRC}/conf/* ${PREFIX}/etc/infobot ${SED} -e 's,$$param{\(.\)basedir\(.\)} = .*,$$param{\1basedir\2} = "${DATADIR}";,' \ -e 's,$$param{\(.\)confdir\(.\)} = .*,$$param{\1confdir\2} = "${PREFIX}/etc/infobot";,' \ ${WRKSRC}/infobot > ${WRKDIR}/infobot ${INSTALL_SCRIPT} ${WRKDIR}/infobot ${PREFIX}/bin .include 4/cgit/'>cgit logo index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/games/steelstorm
Commit message (Expand)AuthorAgeFilesLines
* Revision bump of all ports with USE_GL after consolidation of mesa-libsrezny2017-05-231-1/+1
* Remove libexpat.so.6 compatibility link that was added in r374303 totijl2016-12-09