3f651573ad
Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
38 lines
790 B
Makefile
38 lines
790 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
|
|
PORTREVISION= 4
|
|
CATEGORIES= deskutils
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= cyrille.lefevre@laposte.net
|
|
COMMENT= The GNU Gregorian calendar program
|
|
|
|
# Global variables
|
|
#
|
|
|
|
USE_GETTEXT= yes
|
|
# required to rebuild info files if needed.
|
|
USE_GMAKE= yes
|
|
USE_LIBTOOL_VER= 13
|
|
GNU_CONFIGURE= yes
|
|
|
|
INFO= gcal
|
|
MAN1= gcal.1 gcal2txt.1 tcal.1 txt2gcal.1
|
|
|
|
# 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*
|
|
|
|
.include <bsd.port.mk>
|