openbsd-ports/devel/blame/Makefile
alek 70eb4aa1db Import blame 1.1
Blame displays the last modification for each line in an RCS file. It is
the RCS equivalent of CVS's annotate command.  An annotated RCS file
describes the revision and date in which each line was added to the
file, and the author of each line.

From Alan Post <aisa@cybermesa.com>
2005-11-03 09:42:29 +00:00

25 lines
516 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2005/11/03 09:42:29 alek Exp $
COMMENT= "RCS equivalent of CVS's annotate command"
DISTNAME= blame-1.1
CATEGORIES= devel
HOMEPAGE= http://blame.sourceforge.net/
MAINTAINER= Alan Post <aisa@cybermesa.com>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=blame/}
CONFIGURE_STYLE=gnu
CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include"
.include <bsd.port.mk>