freebsd-ports/sysutils/bsdcrashtar/Makefile
Nicola Vitale bd60b00911 - Update to 0.1.1
- Suppress "Object directory not changed from original" warning

PR:		ports/152422
Submitted by:	Mikolaj Golub <to.my.trociny at gmail dot com> (maintainer)
2010-11-20 22:22:06 +00:00

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>