blob: c88b4622ac9ab122e344966f15209abbae964232 (
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
# Date created: 18 Oct 1994
# Whom: torstenb
#
# $FreeBSD$
#
PORTNAME= ircii
PORTVERSION= 20060725
PORTREVISION= 1
CATEGORIES= irc ipv6
MASTER_SITES= ftp://ftp.warped.com/pub/ircII/ \
ftp://ftp.irc.org/irc/clients/unix/ircII/
MAINTAINER= sylvioc@gmail.com
COMMENT= The 'Internet Relay Chat' and 'Internet Citizens Band' Client
GNU_CONFIGURE= yes
CONFIGURE_ENV= IRCLIB=${PREFIX}/share/irc
USE_BZIP2= yes
MAN1= irc.1 ircII.1 ircbug.1
PLIST_SUB= VERSION="${PORTVERSION}"
.include <bsd.port.mk>
|