mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
b35f084b91
developers to finish 0.50 so I just added this old version. PR: 14922 Submitted by: Kevin Meltzer <perlguy@perlguy.com>
28 lines
622 B
Makefile
28 lines
622 B
Makefile
# New ports collection makefile for: infobot
|
|
# Date created: 17 November 1999
|
|
# Whom: perlguy@perlguy.com
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= infobot
|
|
PORTVERSION= 0.44.3
|
|
CATEGORIES= irc
|
|
MASTER_SITES= http://www.infobot.org/src/
|
|
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 ${PREFIX}/share/${DISTNAME} ]; then \
|
|
${MKDIR} ${PREFIX}/share/${PORTNAME}-${PORTVERSION}; \
|
|
fi
|
|
${CP} -R ${WRKSRC}/* ${PREFIX}/share/${PORTNAME}-${PORTVERSION}/
|
|
|
|
.include <bsd.port.mk>
|