opnsense-ports/net/nocatsplash/Makefile
Franco Fichtner 53e1f86664 */*: sync with upstream
Taken from: FreeBSD
2015-07-23 09:25:01 +02:00

38 lines
798 B
Makefile

# Created by: Bruce M Simpson <bms@FreeBSD.org>
# $FreeBSD$
PORTNAME= nocatsplash
PORTVERSION= 0.82
PORTREVISION= 3
CATEGORIES= net
MASTER_SITES= http://farrokhi.net/distfiles/ \
http://BSDforge.com/projects/source/net/nocatsplash/
DISTNAME= NoCatSplash-nightly
MAINTAINER= portmaster@BSDforge.com
COMMENT= Open 802.11 Splash Screen
LICENSE= GPLv2
USE_GNOME= glib12
CONFLICTS= nocatauth-server-[0-9]*
GNU_CONFIGURE= yes
USES= gmake tar:tgz
CONFIGURE_ARGS+= --disable-dependency-tracking
CONFIGURE_ARGS+= --disable-glibtest
CONFIGURE_ARGS+= --with-firewall=pfctl
CONFIGURE_ARGS+= --with-ghttpd
.if defined(AUTHMODE)
CONFIGURE_ARGS+= --with-mode=${AUTHMODE}
.endif
.if defined(DOCROOT)
CONFIGURE_ARGS+= --with-docroot=${DOCROOT}
.endif
USERS= nocat
GROUPS= nocat
.include <bsd.port.mk>