[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / net / rpkitouch

File: [local] / ports / net / rpkitouch / Makefile (download)

Revision 1.4, Thu Feb 29 08:21:07 2024 UTC (3 months ago) by job
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, HEAD
Changes since 1.3: +1 -1 lines

Bump rpkitouch to 1.3

OK tb@

COMMENT=	set file modification times to internal RPKI timestamps

GH_ACCOUNT=	job
GH_PROJECT=	rpkitouch
GH_TAGNAME=	v1.3

CATEGORIES=	net

# BSD
PERMIT_PACKAGE=	Yes

WANTLIB += c crypto

do-install:
	${INSTALL_PROGRAM} ${WRKBUILD}/rpkitouch ${PREFIX}/bin
	${INSTALL_MAN} ${WRKSRC}/rpkitouch.8 ${PREFIX}/man/man8

.include <bsd.port.mk>