blob: 31a15b7f8a907f0abbfc74784235b058f3abc47e (
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.7 1995/05/06 00:32:12 torstenb Exp $
#
DISTNAME= ircii-2.8.2
CATEGORIES+= net
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>
|