mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
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>
21 lines
383 B
Makefile
21 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>
|