aboutsummaryrefslogtreecommitdiffstats
path: root/games/gomoku/Makefile
blob: 4b47bf5485c0bf24d89993d93132994ac9e3c864 (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
24
# New ports collection makefile for:    Gomoku
# Date created:         19 Sep 2000
# Whom:                 Thomas Gellekum <tg@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   gomoku
PORTVERSION=    1.2.9
CATEGORIES= games gnustep
MASTER_SITES=   http://www.gnustep.it/nicola/Applications/Gomoku/
DISTNAME=   Gomoku-${PORTVERSION}

MAINTAINER= ports@FreeBSD.org
COMMENT=    GNUstep Gomoku game

LICENSE=    GPLv2

USE_GNUSTEP=    yes
USE_GNUSTEP_BACK=   yes
USE_GNUSTEP_BUILD=  yes
USE_GNUSTEP_INSTALL=    yes

.include <bsd.port.mk>