1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/irc/dancer/Makefile
Daichi GOTO f5c657a4aa Add dancer 4.16,
an IRC bot written in C for UNIX, Windows, and
AmigaOS.

PR:		46706
Submitted by:	Dominic Marks <dom@cus.org.uk>
2003-06-20 05:25:52 +00:00

28 lines
683 B
Makefile

# New ports collection makefile for: dancer
# Date created: 02/01/2003
# Whom: Dominic Marks <dom@cus.org.uk>
#
# $FreeBSD$
#
PORTNAME= dancer
PORTVERSION= 4.16
CATEGORIES= irc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= d.marks@student.umist.ac.uk
COMMENT= An IRC bot written in C for UNIX, Windows, and AmigaOS
do-install:
@${MKDIR} ${PREFIX}/share/${PORTNAME}
${INSTALL_DATA} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
${INSTALL_DATA} \
${WRKSRC}/example/dancer.config \
${WRKSRC}/example/dancer.users \
${WRKSRC}/example/dancer.funcs \
${WRKSRC}/example/dancer.explain \
${PREFIX}/share/${PORTNAME}/
.include <bsd.port.mk>