aboutsummaryrefslogtreecommitdiff
path: root/sysutils/catatonit/Makefile
blob: 9a54cdfd87b2ffc4411e8321471499f53812c490 (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=	catatonit
DISTVERSIONPREFIX=	v
DISTVERSION=	0.2.1
CATEGORIES=	sysutils

MAINTAINER=	dfr@FreeBSD.org
COMMENT=	Signal-forwarding process manager for containers
WWW=		https://github.com/openSUSE/catatonit

LICENSE=	GPLv3+
LICENSE_FILE=	${WRKSRC}/COPYING

USES=		autoreconf libtool
USE_GITHUB=	yes
GH_ACCOUNT=	openSUSE

GNU_CONFIGURE=	yes

PLIST_FILES=	bin/catatonit \
		libexec/podman/catatonit

post-install:
	@${MKDIR} ${STAGEDIR}${PREFIX}/libexec/podman
	@${RLN} ${STAGEDIR}${PREFIX}/bin/catatonit ${STAGEDIR}${PREFIX}/libexec/podman/catatonit

.include <bsd.port.mk>