blob: be71d27d8831375ac1c4c264c0297686a8541e34 (
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
|
# New ports collection makefile for: IrcII Client
# Version required: 2.9
# Date created: 18 Oct 1994
# Whom: torstenb
#
# $Id: Makefile,v 1.11 1996/06/17 22:24:20 torstenb Exp $
#
DISTNAME= ircii-2.9-roof
PKGNAME= ircii-2.9
CATEGORIES+= net
MASTER_SITES= ftp://cs-ftp.bu.edu/irc/clients/
MAINTAINER= torstenb@FreeBSD.ORG
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-default-server="irc.FreeBSD.ORG"
WRKSRC= ${WRKDIR}/${PKGNAME}
.if !defined(NOMANCOMPRESS)
post-install:
gzip -9nf ${PREFIX}/man/man1/ircII.1 ${PREFIX}/man/man1/ircbug.1
.endif
.include <bsd.port.mk>
|