mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 04:46:28 -04:00
- If a port has another upstream, remove GOOGLE_CODE - If a port only has GOOGLE_CODE mark it BROKEN Some ports have a local mirror configured but for security reasons, it is not considered upstream. Sponsored by: Absolight
21 lines
420 B
Makefile
21 lines
420 B
Makefile
# 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>
|