Sergey A. Osokin e08015434c sysutils/catatonit: update from 0.1.7 to 0.2.1
Moved from the dfr's repo to the original one, consolidate
FreeBSD-specific patches.
Make portlint(1) happy.

ChangeLog:	https://github.com/openSUSE/catatonit/compare/v0.1.7...v0.2.1

Approved by:	dfr
PR:		287646
2025-06-19 12:26:59 -04:00

27 lines
578 B
Makefile

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>