aboutsummaryrefslogtreecommitdiff
path: root/deskutils/calcurse/Makefile
blob: cc235b3391149290c1c00ce001a7f36fd738d201 (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
# Ports collection makefile for:	calcurse
# Date created:                         Nov 1, 2005
# Whom:                                 Herbert J. Skuhra <h.skuhra@gmail.com>
#
# $FreeBSD$

PORTNAME=		calcurse
PORTVERSION=		2.1
PORTREVISION=	1
CATEGORIES=		deskutils
MASTER_SITES=		ftp://ftp2.culot.org/culot/

MAINTAINER=		h.skuhra@gmail.com
COMMENT=		A text-based personal organizer

USE_GMAKE=		yes
GNU_CONFIGURE=		yes
CONFIGURE_ARGS=		--prefix=${PREFIX}

MAN1=			calcurse.1

.if defined(WITHOUT_NLS)
CONFIGURE_ARGS+=	--disable-nls
PLIST_SUB+=		NLS="@comment "
.else
USE_GETTEXT=		yes
PLIST_SUB+=		NLS=""
.endif

.include <bsd.port.mk>