forked from Lainports/opnsense-ports
23 lines
370 B
Makefile
23 lines
370 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= gibson
|
|
PORTVERSION= 0.1.0
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= undervillain@emeraldonion.org
|
|
COMMENT= Tool suite for maintaining Tor services
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
NO_ARCH= yes
|
|
NO_BUILD= yes
|
|
|
|
USE_HARDENING= pie:off relro:off safestack:off
|
|
OPTIONS_DEFINE=
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= emeraldonion
|
|
|
|
SUB_FILES= pkg-message
|
|
|
|
.include <bsd.port.mk>
|