freebsd-ports/deskutils/xcalendar/Makefile
Cy Schubert 2a92344327 deskutils/xcalendar: Fix LLVM15 build
At a minimum fix an incompatible pointer to integer conversion flagged
by LLVM15. While at it include stdlib.h in preparation for additional
work needed on this port.

While at all of the above, assume care and feeding of this port.

MFH:		2023Q2
2023-04-30 21:07:09 -07:00

18 lines
442 B
Makefile

PORTNAME= xcalendar
PORTVERSION= 4.0.2008
PORTREVISION= 2
CATEGORIES= deskutils
MASTER_SITES= PORTS_JP
DISTNAME= ${PORTNAME}-4.0+i18n
MAINTAINER= cy@FreeBSD.org
COMMENT= Calendar with a notebook for X11 (internationalized version)
WRKSRC= ${WRKDIR}/${PORTNAME}
USES= imake gmake xorg
USE_XORG= ice sm x11 xaw xext xmu xt
MAKE_ENV= FILESDIR=${FILESDIR}
ALL_TARGET= all XCal-uj.ad xcalendar-uj.hlp xcalendar-uj.man
.include <bsd.port.mk>