blob: 92c63d1ab52b1ec9d29e0724ff432356109bf84d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Created by: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
# $FreeBSD$
PORTNAME= gma
PORTVERSION= 0.6
CATEGORIES= games
MASTER_SITES= http://www.student.nada.kth.se/~d92-jwa/code/gma/
MAINTAINER= ports@FreeBSD.org
COMMENT= Go-moku game which learns playing the game from studying its opponent
LICENSE= GPLv2 # (or later)
GNU_CONFIGURE= yes
PLIST_FILES= bin/apprentice.gmaplayer bin/gma-console
post-patch:
@${REINPLACE_CMD} -e \
's|stl\.h|map| ; \
s|^CXXFLAGS|#CXXFLAGS|' ${WRKSRC}/configure
.include <bsd.port.mk>
|