freebsd-ports/net/nocatsplash/Makefile
Bruce M Simpson 4a0e773f1b Rename NoCatSplash to nocatsplash from rev 1.1.
Add IGNORE line for OSVERSION < 500000 due to security/pf dependency.

Requested by:	kris
2004-01-03 06:28:36 +00:00

46 lines
1 KiB
Makefile

# New ports collection makefile for: NoCatSplash
# Date created: 19 November 2003
# Whom: Bruce M Simpson <bms@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= nocatsplash
PORTVERSION= 0.82
CATEGORIES= net
MASTER_SITES= http://nocat.net/download/NoCatSplash/
DISTNAME= NoCatSplash-nightly
EXTRACT_SUFX= .tgz
MAINTAINER= bms@FreeBSD.org
COMMENT= Open 802.11 Splash Screen
BUILD_DEPENDS= \
${LOCALBASE}/sbin/pfctl:${PORTSDIR}/security/pf
RUN_DEPENDS= \
${LOCALBASE}/sbin/pfctl:${PORTSDIR}/security/pf
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
IGNORE= Requires 5.x or later for pf(4) firewall support
.endif
CONFLICTS= nocatauth-server-*
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_GNOME= glib12
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.post.mk>