summaryrefslogtreecommitdiff
path: root/irc/ircII/Makefile
blob: 9f598d634356890aefc48157fb77e297a921f383 (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
# New ports collection makefile for:	IrcII Client
# Version required:	2.8.2
# Date created:		18 Oct 1994
# Whom:			torstenb
#
# $Id: Makefile,v 1.6 1995/04/17 00:01:31 asami Exp $
#

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

MAINTAINER=	torstenb@FreeBSD.ORG

GNU_CONFIGURE=	yes

post-install:
	cp -R ${WRKDIR}/help ${PREFIX}/lib/irc/
	install -c ${WRKDIR}/${DISTNAME}/doc/ircII.1 ${PREFIX}/man/man1/irc.1
	gzip -9nf ${PREFIX}/man/man1/irc.1

.include <bsd.port.mk>