freebsd-ports/security/razorback-fileInject/Makefile
Sunpoet Po-Chuan Hsieh 97064443de Update devel/json-c to 0.13
- Add TEST_TARGET
- While I'm here, fix shebang for net/opensips
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/json-c/json-c/blob/master/ChangeLog
PR:		224675
Exp-run by:	antoine
2018-01-03 13:36:58 +00:00

31 lines
691 B
Makefile

# Created by: Tom Judge <tom@tomjudge.com>
# $FreeBSD$
PORTNAME= fileInject
PORTVERSION= 0.5.0
PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= SF/razorbacktm/Nuggets
PKGNAMEPREFIX= razorback-
DIST_SUBDIR= razorback
MAINTAINER= ports@FreeBSD.org
COMMENT= Framework for an intelligence driven security - File Injector
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= librazorback_api.so:security/razorback-api \
libjson-c.so:devel/json-c
OPTIONS_DEFINE= DEBUG ASSERT
GNU_CONFIGURE= yes
USES= autoreconf pkgconfig libtool
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
DEBUG_CONFIGURE_ENABLE= debug
ASSERT_CONFIGURE_ENABLE=assert
.include <bsd.port.mk>