c22988b32a
For a couple of ports, bump PORTEPOCH as their version were wrong. Sponsored by: Absolight
24 lines
547 B
Makefile
24 lines
547 B
Makefile
# Created by: Vidar Karlsen <vidar@karlsen.tech>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pcapfix
|
|
PORTVERSION= 1.1.0
|
|
DISTVERSIONPREFIX= v
|
|
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>
|