openbsd-ports/net/ircd-hybrid/Makefile

34 lines
656 B
Makefile
Raw Normal View History

2013-03-21 04:45:11 -04:00
# $OpenBSD: Makefile,v 1.24 2013/03/21 08:46:34 ajacoutot Exp $
SHARED_ONLY = Yes
COMMENT = Internet Relay Chat server
DISTNAME = ircd-hybrid-8.0.6
CATEGORIES = net
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=ircd-hybrid/}
EXTRACT_SUFX = .tgz
HOMEPAGE = http://ircd-hybrid.com/
# GPLv2
PERMIT_PACKAGE_CDROM = Yes
2012-11-05 18:45:30 -05:00
WANTLIB = c crypto ltdl pcre ssl
LIB_DEPENDS = devel/libtool,-ltdl \
devel/pcre
USE_GROFF = Yes
2012-11-05 18:45:30 -05:00
LIBTOOL_FLAGS = --tag=disable-static
CONFIGURE_STYLE = gnu
CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
2013-03-11 07:35:43 -04:00
NO_TEST = Yes
pre-configure:
2012-11-05 18:45:30 -05:00
@${SUBST_CMD} ${WRKSRC}/doc/example.conf
.include <bsd.port.mk>