mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
18 lines
337 B
Makefile
18 lines
337 B
Makefile
# Created by: 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
|
|
|
|
USE_CSTD= gnu89
|
|
GNU_CONFIGURE= yes
|
|
PLIST_FILES= bin/blame \
|
|
man/man1/blame.1.gz
|
|
|
|
.include <bsd.port.mk>
|