diff options
Diffstat (limited to 'deskutils/calcurse/Makefile')
-rw-r--r-- | deskutils/calcurse/Makefile | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/deskutils/calcurse/Makefile b/deskutils/calcurse/Makefile index f03163fe369d..8ddefbbda0cc 100644 --- a/deskutils/calcurse/Makefile +++ b/deskutils/calcurse/Makefile @@ -5,10 +5,9 @@ # $FreeBSD$ PORTNAME= calcurse -PORTVERSION= 1.3 +PORTVERSION= 1.5 CATEGORIES= deskutils -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= arved +MASTER_SITES= ftp://ftp2.culot.org/culot/ MAINTAINER= h.skuhra@gmail.com COMMENT= A text-based personal organizer @@ -19,6 +18,13 @@ CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --prefix=${PREFIX} MAN1= calcurse.1 -PLIST_FILES= bin/${PORTNAME} + +.if defined(WITHOUT_NLS) +CONFIGURE_ARGS+= --disable-nls +PLIST_SUB+= NLS="@comment " +.else +USE_GETTEXT= yes +PLIST_SUB+= NLS="" +.endif .include <bsd.port.mk> |