blob: c8aa981a5f38ada2137fb509871fcbaba240692e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $NetBSD: Makefile,v 1.11 2006/06/20 22:09:46 minskim Exp $
#
DISTNAME= fhist-1.13
PKGREVISION= 2
CATEGORIES= devel
MASTER_SITES= http://fhist.sourceforge.net/
MAINTAINER= Matthew@Aldous.com
HOMEPAGE= http://fhist.sourceforge.net/
COMMENT= File history and comparison tools
USE_TOOLS+= gsoelim msgfmt yacc
GNU_CONFIGURE= YES
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|