summaryrefslogtreecommitdiff
path: root/irc/irc/Makefile
blob: 006bdec3a4b26a8d46c4424b6e2bac6106708af5 (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
28
# New ports collection makefile for:	Irc Server
# Version required:	2.8.21
# Date created:		23 August 1994
# Whom:			torstenb
#
# $Id: Makefile,v 1.9 1995/11/27 04:05:02 asami Exp $
#

DISTNAME=	irc2.8.21
PKGNAME=	irc-2.8.21
CATEGORIES+=	net
MASTER_SITES=	ftp://cs-ftp.bu.edu/irc/servers/

MAINTAINER=	torstenb@FreeBSD.ORG

# the NOTE command is disabled by default
# ENABLE_NOTE=yes

# Restrictive copyright in irc2.8.21/ircd/res.c
RESTRICTED=	"No redistribution allowed."

pre-install:
	mkdir -p ${PREFIX}/lib/ircd

post-install:
	gzip -9nf ${PREFIX}/man/man8/ircd.8

.include <bsd.port.mk>