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


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

1.3
date	2012.06.01.18.20.26;	author tj;	state Exp;
branches;
next	1.2;

1.2
date	2012.05.31.19.40.18;	author tj;	state Exp;
branches;
next	1.1;

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


desc
@@


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

PORTNAME=	fileInject
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 - File Injector

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/LICENSE

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

OPTIONS_DEFINE=	DEBUG ASSERT

.include <bsd.port.options.mk>

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

.if !empty(PORT_OPTIONS:MDEBUG)
CONFIGURE_ARGS+=--enable-debug
.endif

.if !empty(PORT_OPTIONS:MASSERT)
CONFIGURE_ARGS+=--enable-assert
.endif

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

.include <bsd.port.mk>
@


1.3
log
@Convert to OptionsNG framework.

Approved by:	eadler (mentor)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.2
log
@Update my email address.

Approved by:	eadler (mentor)
@
text
@d23 3
a25 2
OPTIONS=	DEBUG "Enable Debug" off \
		ASSERT "Enable Asserts" off
d32 1
a32 1
.if defined(WITH_DEBUG)
d36 1
a36 1
.if defined(WITH_ASSERT)
@


1.1
log
@New port: security/razorback-fileInject

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.

File Inject is a command-line file submission tool for the razorback
framework.

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

PR:		ports/167746
Submitted by:	Tom Judge <tom@@tomjudge.com>
@
text
@d15 1
a15 1
MAINTAINER=	tom@@tomjudge.com
@

