freebsd-ports/games/gma/Makefile

28 lines
605 B
Makefile
Raw Normal View History

# Created by: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
1999-08-29 13:32:39 +02:00
# $FreeBSD$
2000-04-14 08:43:02 +02:00
PORTNAME= gma
PORTVERSION= 0.6
2000-04-14 08:43:02 +02:00
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
2015-11-09 13:59:03 +01:00
BROKEN= unfetchable
DEPRECATED= Broken for more than 6 months
EXPIRATION_DATE= 2016-07-04
2015-11-09 13:59:03 +01:00
LICENSE= GPLv2+
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
2003-05-18 13:25:51 +02:00
.include <bsd.port.mk>