diff options
Diffstat (limited to 'devel/fhist/Makefile')
-rw-r--r-- | devel/fhist/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/devel/fhist/Makefile b/devel/fhist/Makefile new file mode 100644 index 00000000000..58d0f61b97e --- /dev/null +++ b/devel/fhist/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/01/16 11:06:37 markd Exp $ +# + +DISTNAME= fhist-1.12 +CATEGORIES= devel +MASTER_SITES= http://www.canb.auug.org.au/~millerp/ + +MAINTAINER= Matthew@Aldous.com +HOMEPAGE= http://www.canb.auug.org.au/~millerp/fhist.html +COMMENT= file history and comparison tools + +BUILD_USES_MSGFMT= yes +USE_BUILDLINK2= yes +GNU_CONFIGURE= yes + +.include "../../devel/gettext-lib/buildlink2.mk" +.include "../../mk/bsd.pkg.mk" |