Link with -lutil to get ftime() which was moved there recently. This is harmless on older FreeBSD. MFH: 2024Q4
19 lines
415 B
Makefile
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>
|