aboutsummaryrefslogtreecommitdiff
path: root/security/libhijack/Makefile
blob: dd538505806a1900e053c7c3780e1c5c3eddb98c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
PORTNAME=	libhijack
DISTVERSIONPREFIX=	v
DISTVERSION=	0.9.0
CATEGORIES=	security

MAINTAINER=	shawn.webb@hardenedbsd.org
COMMENT=	Runtime process infection made easy
WWW=		https://git.hardenedbsd.org/SoldierX/libhijack

LICENSE=	BSD2CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		uidfix

ONLY_FOR_ARCHS=	aarch64 amd64
ONLY_FOR_ARCHS_REASON=	not ported to other architectures
BROKEN_aarch64=	does not build, upstream is working on a fix (PR 283408)
BROKEN_FreeBSD_13=	does not build, upstream is working on a fix (PR 283408)

USE_GITLAB=	yes
GL_SITE=	https://git.hardenedbsd.org
GL_ACCOUNT=	SoldierX

USE_LDCONFIG=	yes

.include <bsd.port.mk>