forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
20 lines
350 B
Makefile
20 lines
350 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
|
|
|
|
USES= makeinfo
|
|
HAS_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/hebcal \
|
|
man/man1/hebcal.1.gz
|
|
|
|
INFO= hebcal
|
|
|
|
.include <bsd.port.mk>
|