1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/irc/solid-ircd/Makefile
Oliver Lehmann aea3722c89 fix automated build
Noted by:	kris
Submitted by:	maintainer
PR:		95864
2006-04-16 11:54:05 +00:00

33 lines
637 B
Makefile

# Ports collection makefile for: Solid-IRCd
# Date created: 26 May 2005
# Whom: mj <freebsd@nsacenter.com>
#
# $FreeBSD$
#
PORTNAME= solid-ircd
PORTVERSION= 3.4.7a
PORTREVISION= 1
CATEGORIES= irc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=solidircd
DISTNAME= solid3.4.7stablea
MAINTAINER= freebsd@nsacenter.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>