blob: bf3f96a86b5d669ee6d8a1e2ac5d6e1106c9a959 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: Makefile,v 1.7 2005/04/11 21:45:20 tv Exp $
#
DISTNAME= fhist-1.13
PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://fhist.sourceforge.net/
MAINTAINER= Matthew@Aldous.com
HOMEPAGE= http://fhist.sourceforge.net/
COMMENT= File history and comparison tools
BUILD_USES_MSGFMT= YES
GNU_CONFIGURE= YES
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|