summaryrefslogtreecommitdiff
path: root/irc/dancer/Makefile
blob: 480a31f0ba904eae0e6fc11708fca278424dab7b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# 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=	dominic.marks@btinternet.com
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.pre.mk>

.if ${OSVERSION} > 500000
BROKEN=		Does not compile
.endif

.include <bsd.port.post.mk>