mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
97fd3c6015
- Fix fetch problems - Add SHA256 on distfile PR: ports/104602 Submitted by: Babak Farrokhi <babak@farrokhi.net> Approved by: portmgr (erwin)
45 lines
972 B
Makefile
45 lines
972 B
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
|
|
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
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} < 502105
|
|
IGNORE= Requires 5.x or later for pf(4) firewall support
|
|
.endif
|
|
|
|
CONFLICTS= nocatauth-server-*
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
|
|
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>
|