freebsd-ports/irc/infobot/Makefile
2001-07-10 13:54:22 +00:00

30 lines
625 B
Makefile

# New ports collection makefile for: infobot
# Date created: 17 November 1999
# Whom: perlguy@perlguy.com
#
# $FreeBSD$
#
PORTNAME= infobot
PORTVERSION= 0.44.5
CATEGORIES= irc
MASTER_SITES= http://www.infobot.org/src/ \
http://www.infobot.org/src/prior/
DISTNAME= ${PORTNAME}${PORTVERSION}
MAINTAINER= perlguy@perlguy.com
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_PERL5= yes
NO_BUILD= yes
PLIST_SUB+= VERSION="${PORTVERSION}"
do-install:
@if [ ! -d ${DATADIR}-${PORTVERSION} ]; then \
${MKDIR} ${DATADIR}-${PORTVERSION}; \
fi
${CP} -R ${WRKSRC}/* ${DATADIR}-${PORTVERSION}/
.include <bsd.port.mk>