summaryrefslogtreecommitdiff
path: root/irc/irc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'irc/irc/Makefile')
-rw-r--r--irc/irc/Makefile24
1 files changed, 19 insertions, 5 deletions
diff --git a/irc/irc/Makefile b/irc/irc/Makefile
index 11a590e9ccb3..3ed14be3e90e 100644
--- a/irc/irc/Makefile
+++ b/irc/irc/Makefile
@@ -3,11 +3,11 @@
# Date created: 23 August 1994
# Whom: torstenb
#
-# $Id: Makefile,v 1.13 1996/12/08 01:44:58 max Exp $
+# $Id: Makefile,v 1.14 1996/12/30 21:26:52 max Exp $
#
-DISTNAME= irc2.8.21
-PKGNAME= irc-2.8.21
+DISTNAME= irc2.9.1p16
+PKGNAME= irc-2.9.1.16
CATEGORIES= net
MASTER_SITES= ftp://cs-ftp.bu.edu/irc/servers/
@@ -16,10 +16,24 @@ 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"
+# Syslog-Facility to use for logging
+# default:
+SYSLOG_FACILITY=LOG_LOCAL5
+
+EXTRACT_SUFX= .tgz
+SCRIPTS_ENV= SYSLOG_FACILITY="${SYSLOG_FACILITY}"
+
MAN8= ircd.8
+do-configure:
+ @(cd ${WRKSRC} && make CONFIGARGS=--prefix=${PREFIX})
+
+do-build:
+ @(cd ${WRKSRC}/`${WRKSRC}/support/rev.sh` && make all)
+
+do-install:
+ @(cd ${WRKSRC}/`${WRKSRC}/support/rev.sh` && make install)
+
pre-install:
@${MKDIR} ${PREFIX}/lib/ircd