freebsd-ports/irc/solid-ircd/Makefile
Emanuel Haupt a28a147e03 - Update to 3.4.8
- Update maintainers address

PR:		99709
Submitted by:	Michael Josic <systemoperator@gmail.com> (maintainer)
2006-07-04 00:16:31 +00:00

32 lines
630 B
Makefile

# Ports collection makefile for: Solid-IRCd
# Date created: 26 May 2005
# Whom: mj <systemoperator@gmail.com>
#
# $FreeBSD$
#
PORTNAME= solid-ircd
PORTVERSION= 3.4.8
CATEGORIES= irc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=solidircd
DISTNAME= solidircd-stable3.4.8
MAINTAINER= systemoperator@gmail.com
COMMENT= Solid Internet Relay Chat Daemon based on bahamut IRCd
WRKSRC= ${WRKDIR}/solidircd-stable
USE_GMAKE= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS+= --prefix=${PREFIX}/${PORTNAME}
.if defined(WITHOUT_SSL)
CONFIGURE_ARGS+= --disable-openssl
.else
USE_OPENSSL= yes
.endif
.include <bsd.port.mk>