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
|
2002-04-12 17:10:20 +00:00
|
|
|
PORTREVISION= 1
|
2000-10-14 02:03:46 +00:00
|
|
|
CATEGORIES= deskutils
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
|
|
MASTER_SITE_SUBDIR= gcal
|
|
|
|
|
2002-01-17 23:13:38 +00:00
|
|
|
MAINTAINER= cyrille.lefevre@laposte.net
|
2001-09-11 12:17:27 +00:00
|
|
|
|
|
|
|
# Global variables
|
|
|
|
#
|
2000-10-14 02:03:46 +00:00
|
|
|
|
2002-04-12 17:10:20 +00:00
|
|
|
LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext
|
2000-10-14 02:03:46 +00:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
2001-09-11 12:17:27 +00:00
|
|
|
# required to rebuild info files if needed.
|
|
|
|
USE_GMAKE= yes
|
|
|
|
|
|
|
|
# PREFIX isn't honored. force it w/ prefix.
|
|
|
|
MAKE_ARGS= prefix="${PREFIX}"
|
|
|
|
|
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
|
|
|
# Local variables
|
|
|
|
#
|
|
|
|
|
|
|
|
INSTALL_INFO?= install-info
|
|
|
|
|
|
|
|
# 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*
|
|
|
|
|
|
|
|
# Post-install
|
|
|
|
#
|
|
|
|
|
|
|
|
post-install: install-info
|
|
|
|
|
|
|
|
install-info:
|
|
|
|
@${INSTALL_INFO} ${PREFIX}/info/${PORTNAME}.info ${PREFIX}/info/dir
|
2000-10-14 02:03:46 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|