Files
ports/games/tsito/Makefile
Robert Clausecker ebd45fe219 games/tsito: fix build on 15-CURRENT
Link with -lutil to get ftime() which was moved there recently.
This is harmless on older FreeBSD.

MFH:		2024Q4
2024-10-28 13:42:06 +01:00

19 lines
415 B
Makefile

PORTNAME= tsito
PORTVERSION= 0.8.4
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= SF/xiangqi-engine/xiangqi-engine/${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Chinese chess (Xiangqi) program
WWW= https://xiangqi-engine.sourceforge.net/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
LIBS+= -lcompat -lutil
.include <bsd.port.mk>