1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/devel/blame/Makefile
Rene Ladan e22971c722 devel/blame: fix fetch, the port was adopted to a new website.
PR:		243589
Submitted by:	Thomas E. Dickey
Approved by:	maintainer timeout (3.5 months)
MFH:		2020Q2
2020-05-17 18:26:58 +00:00

18 lines
376 B
Makefile

# Created by: John Hein <jhein@symmetricom.com>
# $FreeBSD$
PORTNAME= blame
PORTVERSION= 1.3.1
CATEGORIES= devel
MASTER_SITES= ftp://ftp.invisible-island.net/rcs-blame/
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>