aboutsummaryrefslogtreecommitdiff
path: root/irc/ircg/Makefile
blob: b63d173daab243b6b763527e6f1f76c4eb066e52 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for:	iRCG
# Date created:		2005-09-21
# Whom:			Alexander Novitsky <alecn2002@yandex.ru>
#
# $FreeBSD$
#

PORTNAME=	iRCG
PORTVERSION=	2.7
CATEGORIES=	irc
MASTER_SITES=	http://www.matthiaswinkelmann.com/files/

MAINTAINER=	alecn2002@yandex.ru
COMMENT=	Gateway betwean IRC server and PHP-powered Web server

LIB_DEPENDS=	st.1:${PORTSDIR}/devel/st

WRKSRC=		${WRKDIR}/${DISTNAME:U}

GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--with-st=${LOCALBASE}

.include <bsd.port.mk>