blob: 2facb556302c5c9076c7c395e5c6bac5ab6cf573 (
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
28
29
30
31
32
33
34
35
36
37
38
|
# 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>
|