mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
abb5428b4b
- Use GNU_CONFIGURE for GNU configure - Drop @dirrm* from plist
19 lines
362 B
Makefile
19 lines
362 B
Makefile
# Created by: Kuang-che Wu <kcwu@csie.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= tsito
|
|
PORTVERSION= 0.8.4
|
|
CATEGORIES= games
|
|
MASTER_SITES= SF/xiangqi-engine/xiangqi-engine/${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Chinese chess (Xiangqi) program
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
GNU_CONFIGURE= yes
|
|
LIBS+= -lcompat
|
|
|
|
.include <bsd.port.mk>
|