2013-07-17 07:19:38 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.19 2013/07/17 07:19:38 jasper Exp $
|
2009-05-05 23:28:50 +00:00
|
|
|
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
|
|
|
|
COMMENT= advanced IRC bouncer
|
|
|
|
|
2012-11-17 00:16:54 +00:00
|
|
|
DISTNAME= znc-1.0
|
2013-07-17 07:19:38 +00:00
|
|
|
REVISION= 1
|
2009-05-05 23:28:50 +00:00
|
|
|
CATEGORIES= net
|
2011-05-01 11:28:10 +00:00
|
|
|
MASTER_SITES= ${HOMEPAGE}releases/
|
2009-05-05 23:28:50 +00:00
|
|
|
|
|
|
|
HOMEPAGE= http://znc.in/
|
|
|
|
|
|
|
|
MAINTAINER= Brad Smith <brad@comstyle.com>
|
|
|
|
|
|
|
|
# GPLv2
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
2011-11-06 20:27:14 +00:00
|
|
|
|
2012-11-17 00:16:54 +00:00
|
|
|
WANTLIB= c crypto m ssl stdc++
|
2010-09-02 08:53:20 +00:00
|
|
|
|
2011-11-06 20:27:14 +00:00
|
|
|
MAKE_FLAGS= VERBOSE=1
|
2009-09-29 21:40:59 +00:00
|
|
|
|
2012-03-29 13:38:12 +00:00
|
|
|
SEPARATE_BUILD= Yes
|
2009-05-05 23:28:50 +00:00
|
|
|
USE_GMAKE= Yes
|
2013-04-01 14:30:32 +00:00
|
|
|
CONFIGURE_STYLE= autoconf
|
|
|
|
AUTOCONF_VERSION= 2.68
|
2011-11-06 20:27:14 +00:00
|
|
|
CONFIGURE_ARGS= --disable-optimization
|
2009-05-05 23:28:50 +00:00
|
|
|
|
2013-03-11 11:35:43 +00:00
|
|
|
NO_TEST= Yes
|
2010-09-02 08:53:20 +00:00
|
|
|
|
2009-05-05 23:28:50 +00:00
|
|
|
.include <bsd.port.mk>
|