freebsd-ports/sysutils/pcapfix/Makefile
Vidar Karlsen 7db4e2fece sysutils/pcapfix: update to 1.1.7 (security fixes)
* Replace PORTVERSION with DISTVERSION
 * pet portlint
 * pet portclippy
 * pet portfmt

ChangeLog: https://github.com/Rup0rt/pcapfix/blob/v1.1.7/Changelog

PR:		256976
Approved by:	dbaio, garga (mentors, implicit)
2021-07-04 15:07:16 +01:00

22 lines
489 B
Makefile

PORTNAME= pcapfix
DISTVERSIONPREFIX= v
DISTVERSION= 1.1.7
CATEGORIES= sysutils
MAINTAINER= vidar@karlsen.tech
COMMENT= Tool to repair damaged or corrupted pcap and pcapng files
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
USE_GITHUB= yes
GH_ACCOUNT= Rup0rt
PLIST_FILES= bin/pcapfix \
man/man1/pcapfix.1.gz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/man/man1
.include <bsd.port.mk>