blob: 1608a25e2d1bffd03ff31389657d6f4d1e0708a0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# $NetBSD: Makefile,v 1.4 2012/10/08 13:04:19 asau Exp $
#
DISTNAME= hebcal-3.7
PKGREVISION= 1
CATEGORIES= time
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hebcal/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://hebcal.sourceforge.net/
COMMENT= Perpetual Hebrew calendar
INFO_FILES= yes
GNU_CONFIGURE= yes
USE_TOOLS+= gmake
USE_TOOLS+= perl
USE_TOOLS+= m4
USE_TOOLS+= makeinfo
.include "../../mk/bsd.pkg.mk"
|