aboutsummaryrefslogtreecommitdiffstats
path: root/games/gnustep-ladder/Makefile
blob: 8ae0942e96e3df24d11941bc0ed44c5a2398100b (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
27
28
29
30
# New ports collection makefile for:    ladder
# Date created:         11 Sep 2006
# Whom:                 gurkan@phys.ethz.ch
#
# $FreeBSD$
#

PORTNAME=   ladder
PORTVERSION=    1.0
PORTREVISION=   2
CATEGORIES= games gnustep
MASTER_SITES=   http://download.savannah.gnu.org/releases/gap/ \
        ${MASTER_SITE_GNUSTEP_CH}
PKGNAMEPREFIX=  gnustep-
DISTNAME=   Ladder-${PORTVERSION}

MAINTAINER= dinoex@FreeBSD.org
COMMENT=    GNU Go frontend for GNUstep

RUN_DEPENDS=    gnugo:${PORTSDIR}/games/gnugo

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

WRKSRC=     ${WRKDIR}/${DISTNAME}

.include <bsd.port.mk>