summaryrefslogtreecommitdiff
path: root/irc/ircII/Makefile
blob: 37672fb15c8d548aeaaa0b8a527fd3b4b45b9b83 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for:	IrcII Client
# Version required:	2.6
# Date created:		18 Oct 1994
# Whom:			torstenb
#
# $Id: Makefile,v 1.2 1995/02/11 15:22:02 torstenb Exp $
#

DISTNAME=	ircii-2.8
DISTFILES=	ircii-2.8.tar.gz ircii-2.8help.tar.gz
GNU_CONFIGURE=	YES
MASTER_SITES=	ftp://cs-ftp.bu.edu/irc/clients/
CATEGORIES+=	networking

pre-install:
	@mkdir -p ${PREFIX}/bin
	@mkdir -p ${PREFIX}/lib/irc/script
	@mkdir -p ${PREFIX}/lib/irc/translation
	@cp -R ${WRKDIR}/help ${PREFIX}/lib/irc/

.include <bsd.port.mk>