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
27 lines
578 B
Makefile
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>
|