24 lines
414 B
Makefile
24 lines
414 B
Makefile
# 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>
|