4b2ac18b7b
Packaged by Aleksej Saushev. Blame displays the last modification for each line in an RCS file. It is the RCS equivalent of CVS's annotate command.
15 lines
347 B
Makefile
15 lines
347 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2008/04/28 20:27:35 tnn Exp $
|
|
|
|
DISTNAME= blame-1.3.1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=blame/}
|
|
|
|
MAINTAINER= asau@inbox.ru
|
|
HOMEPAGE= http://blame.sf.net/
|
|
COMMENT= Annotate RCS-controlled text line by line
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|