blob: 67775979fcf22df938d3a647e425ca6907277f68 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Created by: Mikolaj Golub <to.my.trociny@gmail.com>
PORTNAME= bsdcrashtar
PORTVERSION= 0.1.3
PORTREVISION= 1
CATEGORIES= sysutils
MAINTAINER= trociny@FreeBSD.org
COMMENT= Archive FreeBSD kernel crash files
LICENSE= BSD3CLAUSE
USES= uidfix
USE_GITHUB= yes
GH_ACCOUNT= trociny
MAKE_ENV+= NO_OBJ=yes
PLIST_FILES= sbin/bsdcrashtar \
man/man8/bsdcrashtar.8.gz
.include <bsd.port.mk>
|