blob: 7b9796e4f7a2cd39196cb0d902d500a2137fd901 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# $NetBSD: Makefile,v 1.27 2013/07/21 09:11:43 shattered Exp $
#
DISTNAME= gcal-3.6.3
CATEGORIES= time
MASTER_SITES= ${MASTER_SITE_GNU:=gcal/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/gcal/
COMMENT= GNU version of the standard calendar utility
LICENSE= gnu-gpl-v3
GNU_CONFIGURE= yes
USE_PKGLOCALEDIR= yes
INFO_FILES= yes
USE_TOOLS+= msgfmt xgettext msgmerge awk
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/termcap.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|