1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/security/razorback-officeCat/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

42 lines
1.0 KiB
Makefile

# Created by: Tom Judge <tom@tomjudge.com>
# $FreeBSD$
PORTNAME= officeCat
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 - OfficeCat Detection
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= librazorback_api.so:security/razorback-api \
libjson-c.so:devel/json-c
BUILD_DEPENDS= razorback-masterNugget>=0.5.0:security/razorback-masterNugget \
wine:emulators/wine
RUN_DEPENDS= razorback-masterNugget>=0.5.0:security/razorback-masterNugget \
wine:emulators/wine
USES= autoreconf libtool pkgconfig
ONLY_FOR_ARCHS= i386
ONLY_FOR_ARCHS_REASON= only supported under i386 due to wine requirements
RB_LIBDIR?= ${PREFIX}/lib/razorback
GNU_CONFIGURE= yes
USE_LDCONFIG= ${RB_LIBDIR}
INSTALL_TARGET= install-strip
OPTIONS_DEFINE= DEBUG ASSERT
ASSERT_DESC= Enable Asserts
DEBUG_CONFIGURE_ENABLE= debug
ASSERT_CONFIGURE_ENABLE=assert
.include <bsd.port.mk>