2013-09-20 22:24:43 +00:00
|
|
|
# Created by: Sevan Janiyan <venture37@geeklan.co.uk>
|
2009-01-20 11:57:59 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= coovachilli
|
|
|
|
PORTVERSION= 1.0.12
|
2009-10-21 11:45:45 +00:00
|
|
|
PORTREVISION= 1
|
2009-01-20 11:57:59 +00:00
|
|
|
CATEGORIES= net-mgmt
|
|
|
|
MASTER_SITES= http://ap.coova.org/chilli/ \
|
|
|
|
http://www.geeklan.co.uk/files/ \
|
|
|
|
http://www.venture37.com/files/
|
|
|
|
DISTNAME= coova-chilli-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= venture37@geeklan.co.uk
|
2014-07-10 12:13:11 +00:00
|
|
|
COMMENT= Access controller for wired & wireless clients
|
2009-01-20 11:57:59 +00:00
|
|
|
|
|
|
|
CONFLICTS= chillispot-[0-9]*
|
2014-06-02 09:28:32 +00:00
|
|
|
#if __FreeBSD__ >= 10.0
|
|
|
|
#IGNORE= Does not work correctly, awaiting new release upstream with fixes integrated.
|
|
|
|
#endif
|
2009-01-20 11:57:59 +00:00
|
|
|
|
|
|
|
CONFIGURE_ARGS=-localstatedir=/var
|
|
|
|
GNU_CONFIGURE= yes
|
2014-06-02 09:28:32 +00:00
|
|
|
USES= perl5 libtool
|
2013-09-03 16:18:49 +00:00
|
|
|
USE_PERL5= build
|
2009-01-20 11:57:59 +00:00
|
|
|
USE_LDCONFIG= yes
|
|
|
|
USE_RC_SUBR= coovachilli
|
|
|
|
|
2014-07-04 21:53:52 +00:00
|
|
|
OPTIONS_DEFINE= EXAMPLES
|
|
|
|
|
2009-01-20 11:57:59 +00:00
|
|
|
post-install:
|
2014-06-02 09:28:32 +00:00
|
|
|
${MKDIR} ${STAGEDIR}/${EXAMPLESDIR}
|
|
|
|
${INSTALL_MAN} ${FILESDIR}/main.conf.sample ${STAGEDIR}/${EXAMPLESDIR}
|
|
|
|
${INSTALL_MAN} ${FILESDIR}/pf.conf.sample ${STAGEDIR}/${EXAMPLESDIR}
|
|
|
|
${INSTALL_MAN} ${FILESDIR}/ipfw-config.sample ${STAGEDIR}/${EXAMPLESDIR}
|
2009-01-20 11:57:59 +00:00
|
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|