1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/devel/blame/Makefile
Olli Hauer 36ee862d0d Blame displays the last modification for each line in an
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>
2011-07-19 23:07:46 +00:00

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>