blob: bcc7a20556dd88bef2a34cba7f2075a951fd71c4 (
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
|
# ex:ts=8
# Ports collection makefile for: hebcal
# Date created: Aug 26, 2010
# Whom: Edwin Groothuis
#
# $FreeBSD$
#
PORTNAME= hebcal
PORTVERSION= 3.7
CATEGORIES= deskutils
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-c/${PORTVERSION}/
MAINTAINER= edwin@mavetju.org
COMMENT= Hebrew Calendar calculator
HAS_CONFIGURE= yes
PLIST_FILES= bin/hebcal
MAN1= hebcal.1
INFO= hebcal
.include <bsd.port.mk>
|