1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/net/nocatsplash/Makefile
Martin Wilke adc0e1e77d - Stage support
- Convert to USES
2014-03-09 14:23:58 +00:00

35 lines
738 B
Makefile

# Created by: Bruce M Simpson <bms@FreeBSD.org>
# $FreeBSD$
PORTNAME= nocatsplash
PORTVERSION= 0.82
PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= http://farrokhi.net/distfiles/ \
http://nocat.net/download/NoCatSplash/
DISTNAME= NoCatSplash-nightly
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Open 802.11 Splash Screen
USE_GNOME= glib12
CONFLICTS= nocatauth-server-*
GNU_CONFIGURE= yes
USES= gmake
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
.include <bsd.port.mk>