blob: 6fe7d691b8594d7d82bfc0ce07ace6692e5a6e2a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Created by: Mikolaj Golub <to.my.trociny@gmail.com>
# $FreeBSD$
PORTNAME= bsdcrashtar
PORTVERSION= 0.1.3
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= GOOGLE_CODE
MAINTAINER= trociny@FreeBSD.org
COMMENT= Archive FreeBSD kernel crash files
BROKEN= Unfetchable (google code has gone away)
PLIST_FILES= sbin/bsdcrashtar \
man/man8/bsdcrashtar.8.gz
USES= uidfix
MAKE_ENV+= NO_OBJ=yes
.include <bsd.port.mk>
|