openbsd-ports/net/znc/Makefile
sthen 88ea72915d Change SEPARATE_BUILD=(concurrent|simple) to Yes; bsd.port.mk doesn't
make a distinction between these.  ok aja@ dcoppa@
2012-03-29 13:38:12 +00:00

36 lines
629 B
Makefile

# $OpenBSD: Makefile,v 1.14 2012/03/29 13:38:49 sthen Exp $
SHARED_ONLY= Yes
COMMENT= advanced IRC bouncer
DISTNAME= znc-0.204
CATEGORIES= net
MASTER_SITES= ${HOMEPAGE}releases/
HOMEPAGE= http://znc.in/
MAINTAINER= Brad Smith <brad@comstyle.com>
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c cares crypto m ssl stdc++
LIB_DEPENDS= net/libcares
MAKE_FLAGS= VERBOSE=1
SEPARATE_BUILD= Yes
USE_GMAKE= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --disable-optimization
CONFIGURE_ENV= ac_cv_path_GNUMAKE=gmake
NO_REGRESS= Yes
.include <bsd.port.mk>