bd60b00911
- Suppress "Object directory not changed from original" warning PR: ports/152422 Submitted by: Mikolaj Golub <to.my.trociny at gmail dot com> (maintainer)
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.1
|
|
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>
|