532e84e129
Feature safe: yes
38 lines
870 B
Makefile
38 lines
870 B
Makefile
# New ports collection makefile for: Irc Server
|
|
# Date created: 23 August 1994
|
|
# Whom: torstenb
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= irc
|
|
PORTVERSION= 2.11.2p2
|
|
CATEGORIES= irc ipv6
|
|
MASTER_SITES= http://ftp.irc.org/ftp/irc/server/ \
|
|
ftp://ftp.archive.de.uu.net/pub/mirrors/ftp.irc.org/server/ \
|
|
ftp://ftp.nl.uu.net/pub/mirrors/ftp.irc.org/server/
|
|
DISTNAME= ${PORTNAME}${PORTVERSION}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= johans@FreeBSD.org
|
|
COMMENT= The "Internet Relay Chat" Server
|
|
|
|
USE_RC_SUBR= ircd.sh
|
|
MAN5= iauth.conf.5
|
|
MAN8= ircd.8 iauth.8 ircdwatch.8
|
|
|
|
GNU_CONFIGURE= YES
|
|
CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/ircd
|
|
BUILD_WRKSRC= ${WRKSRC}/${MACHINE_ARCH}-unknown-freebsd${OSREL}
|
|
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
|
|
|
OPTIONS= IPV6 "Enable IPv6 support" on
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if defined(WITH_IPV6)
|
|
CONFIGURE_ARGS+= --enable-ipv6
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|