1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/deskutils/gcal/Makefile
Trevor Johnson 464444fe4d Add deskutils/gcal, the GNU Gregorian/Julian/Chinese/Japanese/Islamic
calendar.  It can remind you of National Day in the YAR or Thanksgiving
in Canada.  It can tell you when Cliff House opened and display an
ASCII pumpkin on Hallowe'en.

PR:		21921
Submitted by:	Cyrille Lefevre <clefevre@citeweb.net>
2000-10-14 02:03:46 +00:00

28 lines
550 B
Makefile

# New ports collection makefile for: gcal
# Date created: 12 October 2000
# Whom: Cyrille Lefevre <clefevre@citeweb.net>
#
# $FreeBSD$
#
PORTNAME= gcal
PORTVERSION= 3.01
CATEGORIES= deskutils
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= gcal
MAINTAINER= ports@freebsd.org
LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
Y2K= http://www.gnu.org/software/year2000.html
GNU_CONFIGURE= yes
MAN1= gcal.1 gcal2txt.1 tcal.1 txt2gcal.1
post-install:
install-info ${PREFIX}/info/gcal.info ${PREFIX}/info/dir
.include <bsd.port.mk>