Files
ports/security/tlsc/Makefile
T
Robert Clausecker 3fd8b554d4 security/tlsc: undeprecate and assume maintainership
Upstream is still active, just not in the FreeBSD project.
2025-11-12 14:53:36 +01:00

29 lines
545 B
Makefile

PORTNAME= tlsc
DISTVERSION= 2.0
CATEGORIES= security
MASTER_SITES= https://github.com/Zirias/%SUBDIR%/
MASTER_SITE_SUBDIR= ${PORTNAME}/releases/download/v${DISTVERSION}
MAINTAINER= fuz@FreeBSD.org
COMMENT= TLS connect daemon
WWW= https://github.com/Zirias/tlsc
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
LIB_DEPENDS= libposercore.so:devel/poser
USES= compiler:c11 gmake pkgconfig tar:xz
USE_RC_SUBR= ${PORTNAME}
MAKE_ARGS= V=1
ALL_TARGET= strip
USERS= tlsc
GROUPS= tlsc
PLIST_FILES= bin/tlsc
.include <bsd.port.mk>