2000-10-14 02:03:46 +00:00
|
|
|
# New ports collection makefile for: gcal
|
|
|
|
# Date created: 12 October 2000
|
|
|
|
# Whom: Cyrille Lefevre <clefevre@citeweb.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gcal
|
|
|
|
PORTVERSION= 3.01
|
2004-03-10 15:08:55 +00:00
|
|
|
PORTREVISION= 4
|
2000-10-14 02:03:46 +00:00
|
|
|
CATEGORIES= deskutils
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
2004-03-10 15:08:55 +00:00
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
2000-10-14 02:03:46 +00:00
|
|
|
|
2005-12-02 02:05:39 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 11:15:57 +00:00
|
|
|
COMMENT= The GNU Gregorian calendar program
|
2001-09-11 12:17:27 +00:00
|
|
|
|
|
|
|
# Global variables
|
|
|
|
#
|
2000-10-14 02:03:46 +00:00
|
|
|
|
2004-02-04 04:36:30 +00:00
|
|
|
USE_GETTEXT= yes
|
2001-09-11 12:17:27 +00:00
|
|
|
# required to rebuild info files if needed.
|
|
|
|
USE_GMAKE= yes
|
2004-03-10 15:08:55 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2001-09-11 12:17:27 +00:00
|
|
|
|
2004-03-10 15:08:55 +00:00
|
|
|
INFO= gcal
|
2000-10-14 02:03:46 +00:00
|
|
|
MAN1= gcal.1 gcal2txt.1 tcal.1 txt2gcal.1
|
|
|
|
|
2001-09-11 12:17:27 +00:00
|
|
|
# Post-extract
|
|
|
|
#
|
|
|
|
|
|
|
|
# it's not so simple to get rid of splitted *.info-* files
|
|
|
|
# w/ hacking doc/Makefile.in. so, do nothing and left them.
|
|
|
|
# post-extract:
|
|
|
|
# @${RM} -f ${WRKSRC}/doc/*/${PORTNAME}.info*
|
|
|
|
|
2000-10-14 02:03:46 +00:00
|
|
|
.include <bsd.port.mk>
|