mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
ce1204c702
PR: 112872 Submitted by: "Herbert J. Skuhra"<h.skuhra@gmail.com> (maintainer)
37 lines
779 B
Makefile
37 lines
779 B
Makefile
# Ports collection makefile for: calcurse
|
|
# Date created: Nov 1, 2005
|
|
# Whom: Herbert J. Skuhra <h.skuhra@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= calcurse
|
|
PORTVERSION= 1.8
|
|
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_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
|
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.pre.mk>
|
|
|
|
.if ${OSVERSION} < 500000
|
|
BROKEN= Does not compile on 4.x
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|