mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
26 lines
533 B
Makefile
26 lines
533 B
Makefile
# 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
|
|
|
|
BROKEN= Does not build with newer st
|
|
|
|
LIB_DEPENDS= st.1:${PORTSDIR}/devel/st
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME:U}
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-st=${LOCALBASE}
|
|
|
|
.include <bsd.port.mk>
|