1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/irc/ircII/Makefile
Dima Ruban a4b34dc04e irc-2.9-base -> irc-2.9-roof
Also, changed default server from "you.need.to.change.this"
to "irc.FreeBSD.ORG"
1996-10-28 07:32:37 +00:00

28 lines
575 B
Makefile

# 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>