freebsd-ports/security/razorback-masterNugget/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

36 lines
806 B
Makefile

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