36ee862d0d
RCS file. It is the RCS equivalent of CVS's annotate command. WWW: http://blame.sourceforge.net PR: ports/159028 Submitted by: John Hein <jhein at symmetricom.com>
20 lines
383 B
Makefile
20 lines
383 B
Makefile
# New ports collection makefile for: blame
|
|
# Date created: 2011-06-21
|
|
# Whom: John Hein <jhein@symmetricom.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= blame
|
|
PORTVERSION= 1.3.1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= jhein@symmetricom.com
|
|
COMMENT= Display last modification for each line in an RCS file
|
|
|
|
GNU_CONFIGURE= yes
|
|
MAN1= blame.1
|
|
PLIST_FILES= bin/blame
|
|
|
|
.include <bsd.port.mk>
|