484b15e691
sthen@ ok
33 lines
625 B
Makefile
33 lines
625 B
Makefile
# $OpenBSD: Makefile,v 1.8 2013/11/03 23:29:28 fgsch Exp $
|
|
|
|
COMMENT = lightweight irc server
|
|
|
|
DISTNAME = ngircd-21
|
|
|
|
CATEGORIES = net
|
|
|
|
HOMEPAGE = http://ngircd.barton.de/
|
|
|
|
MAINTAINER = Federico G. Schwindt <fgsch@openbsd.org>
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
WANTLIB = c crypto ssl z
|
|
|
|
MASTER_SITES = ftp://ftp.berlios.de/pub/ngircd/ \
|
|
http://ngircd.barton.de/pub/ngircd/
|
|
|
|
MODULES = converters/libiconv
|
|
TEST_DEPENDS = lang/expect \
|
|
${BASE_PKGPATH}
|
|
|
|
SYSCONFDIR = ${BASESYSCONFDIR}/ngircd
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
CONFIGURE_ARGS += --with-iconv=${LOCALBASE} \
|
|
--with-openssl \
|
|
--enable-ipv6
|
|
|
|
.include <bsd.port.mk>
|