860971b5dd
PR: ports/161241 Submitted by: Mikolaj Golub <to.my.trociny@gmail.com> (maintainer) Approved by: sahil (mentor)
22 lines
440 B
Makefile
22 lines
440 B
Makefile
# New ports collection makefile for: bsdcrashtar
|
|
# Date created: 18 October 2009
|
|
# Whom: Mikolaj Golub <to.my.trociny@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= bsdcrashtar
|
|
PORTVERSION= 0.1.2
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= GOOGLE_CODE
|
|
|
|
MAINTAINER= to.my.trociny@gmail.com
|
|
COMMENT= Archive FreeBSD kernel crash files
|
|
|
|
PLIST_FILES= sbin/bsdcrashtar
|
|
MAN8= bsdcrashtar.8
|
|
MANCOMPRESSED= yes
|
|
|
|
MAKE_ENV+= NO_OBJ=yes
|
|
|
|
.include <bsd.port.mk>
|