blob: 5ca1fafdb55c51bf399e4929be5e251fedf9990d (
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
24
25
26
27
|
# 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>
|