blob: d0490682c5eec6433b3f51cc18ea8565ef6e90e3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Created by: Edwin Groothuis
# $FreeBSD$
PORTNAME= hebcal
PORTVERSION= 3.7
CATEGORIES= deskutils
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-c/${PORTVERSION}/
MAINTAINER= ports@FreeBSD.org
COMMENT= Hebrew Calendar calculator
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= makeinfo
GNU_CONFIGURE= yes
PLIST_FILES= bin/hebcal \
man/man1/hebcal.1.gz
INFO= hebcal
.include <bsd.port.mk>
|