mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
2a071c3cd4
Summary: This port is too useful to be removed. Since the author has already moved the project from Google Code to GitHub I think this port should follow. Test Plan: - portlint -A: OK - poudriere testport (all supported tier-1 arch): OK Reviewers: trociny Reviewed By: trociny Subscribers: mat Differential Revision: https://reviews.freebsd.org/D9885
25 lines
403 B
Makefile
25 lines
403 B
Makefile
# Created by: Mikolaj Golub <to.my.trociny@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
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>
|