blob: 138be72f7afd65b0581d560ec12d803556dfc0f3 (
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.16beta
# Date created: 18 Oct 1994
# Whom: torstenb
#
# $Id: Makefile,v 1.9 1996/03/31 20:25:33 torstenb Exp $
#
DISTNAME= ircii-2.8.16beta
PKGNAME= ircii-2.8.16b
CATEGORIES+= net
MASTER_SITES= ftp://cs-ftp.bu.edu/irc/clients/
MAINTAINER= torstenb@FreeBSD.ORG
GNU_CONFIGURE= yes
.if !defined(NOMANCOMPRESS)
post-install:
gzip -9nf ${PREFIX}/man/man1/ircII.1 ${PREFIX}/man/man1/ircbug.1
.endif
.include <bsd.port.mk>
|