head	1.3;
access;
symbols;
locks; strict;
comment	@# @;


1.3
date	2012.11.17.06.01.18;	author svnexp;	state Exp;
branches;
next	1.2;

1.2
date	2012.06.18.12.10.30;	author zi;	state Exp;
branches;
next	1.1;

1.1
date	2012.06.11.02.36.41;	author zi;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Switch exporter over
@
text
@# New ports collection makefile for:	razorback-masterNugget
# Date created:				2011/06/8
# Whom:					Tom Judge <tom@@tomjudge.com>
#
# $FreeBSD: head/security/razorback-masterNugget/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	masterNugget
PORTVERSION=	0.5.0
CATEGORIES=	security
MASTER_SITES=	SF/razorbacktm/Nuggets
PKGNAMEPREFIX=	razorback-
DIST_SUBDIR=	razorback

MAINTAINER=	tj@@FreeBSD.org
COMMENT=	Framework for an intelligence driven security - Master Nugget

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/LICENSE

LIB_DEPENDS=	razorback_api:${PORTSDIR}/security/razorback-api

OPTIONS_DEFINE=	DEBUG ASSERT
ASSERT_DESC=	Enable Asserts

.include <bsd.port.options.mk>

GNU_CONFIGURE=	yes
USE_AUTOTOOLS=	libtool
USE_RC_SUBR=	masterNugget masterNugget_safed
CPPFLAGS+=	-I${LOCALBASE}/include
LDFLAGS+=	-L${LOCALBASE}/lib

USERS?=		razorback
GROUPS?=	razorback

.if ${OSVERSION} <= 800000
BROKEN=		does not currently build under 7.x
.endif

.if ${PORT_OPTIONS:MDEBUG}
CONFIGURE_ARGS+=--enable-debug
.endif

.if ${PORT_OPTIONS:MASSERT}
CONFIGURE_ARGS+=--enable-assert
.endif

post-install:
	@@if [ ! -f ${PREFIX}/etc/razorback/master_nugget.conf ]; then \
		${CP} -p ${PREFIX}/etc/razorback/master_nugget.conf.sample ${PREFIX}/etc/razorback/master_nugget.conf ; \
	fi

.include <bsd.port.mk>
@


1.2
log
@- Mark BROKEN under 7.x due to build failure
- Do not bump PORTREVISION

Approved by:	tj@@ (maintainer, implicit)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.1
log
@New port: security/razorback-masterNugget:

Razorback is a framework for an intelligence driven security solution.
It consists of a Dispatcher at the core of the system, surrounded by
Nuggets of varying types.

WWW: http://razorbacktm.sourceforge.net/

PR:		ports/167739
Submitted by:	Tom Judge <tom@@tomjudge.com>
@
text
@d37 4
@

