25 lines
514 B
Makefile
25 lines
514 B
Makefile
# New ports collection makefile for: Irc Server
|
|
# Version required: 2.8.21
|
|
# Date created: 23 August 1994
|
|
# Whom: torstenb
|
|
#
|
|
# $Id: Makefile,v 1.6 1995/05/17 15:06:24 asami Exp $
|
|
#
|
|
|
|
DISTNAME= irc2.8.21
|
|
PKGNAME= irc-2.8.21
|
|
CATEGORIES+= networking
|
|
MASTER_SITES= ftp://cs-ftp.bu.edu/irc/servers/
|
|
|
|
MAINTAINER= torstenb@FreeBSD.ORG
|
|
|
|
# Restrictive copyright in irc2.8.21/ircd/res.c
|
|
NO_PACKAGE= yes
|
|
|
|
pre-install:
|
|
mkdir -p ${PREFIX}/lib/ircd
|
|
|
|
post-install:
|
|
gzip -9nf ${PREFIX}/man/man8/ircd.8
|
|
|
|
.include <bsd.port.mk>
|