mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
20 lines
334 B
Makefile
20 lines
334 B
Makefile
# Created by: 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 \
|
|
man/man1/hebcal.1.gz
|
|
|
|
INFO= hebcal
|
|
|
|
.include <bsd.port.mk>
|