freebsd-ports/games/gomoku.app/Makefile

25 lines
504 B
Makefile
Raw Normal View History

# New ports collection makefile for: Gomoku
# Date created: 19 Sep 2000
# Whom: Thomas Gellekum <tg@FreeBSD.org>
#
# $FreeBSD$
#
2006-10-31 06:27:45 +01:00
PORTNAME= gomoku
2009-02-14 20:10:51 +01:00
PORTVERSION= 1.2.9
CATEGORIES= games gnustep
MASTER_SITES= http://www.gnustep.it/nicola/Applications/Gomoku/
DISTNAME= Gomoku-${PORTVERSION}
MAINTAINER= dinoex@FreeBSD.org
2003-02-20 19:26:42 +01:00
COMMENT= GNUstep Gomoku game
2010-06-04 15:49:15 +02:00
LICENSE= GPLv2
USE_GNUSTEP= yes
USE_GNUSTEP_BACK= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
.include <bsd.port.mk>