freebsd-ports/net/nocatsplash/Makefile
Tijl Coosemans 3ce0f21808 devel/glib12 x11-toolkits/gtk12:
- Convert to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove patches that renamed include directories and libraries so they
  didn't conflict with early development versions of glib/gtk 2.0
2014-09-13 15:11:27 +00:00

33 lines
727 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://nocat.net/download/NoCatSplash/
DISTNAME= NoCatSplash-nightly
MAINTAINER= ports@FreeBSD.org
COMMENT= Open 802.11 Splash Screen
USE_GNOME= glib12
CONFLICTS= nocatauth-server-*
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
.include <bsd.port.mk>