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

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

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

PREFIX=     ${LOCALBASE}/GNUstep
NO_MTREE=   yes
USE_GMAKE=  yes
USE_GNUSTEP=    yes
USE_GNUSTEP_BACK=   yes
USE_GNUSTEP_BUILD=  yes
USE_GNUSTEP_INSTALL=    yes
MAKEFILE=   GNUmakefile

.include <bsd.port.mk>