2007-01-13 04:57:25 +01:00
|
|
|
# New ports collection makefile for: ladder
|
2006-09-12 20:42:44 +02:00
|
|
|
# Date created: 11 Sep 2006
|
2008-04-10 18:11:24 +02:00
|
|
|
# Whom: gurkan@phys.ethz.ch
|
2006-09-12 20:42:44 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= ladder
|
|
|
|
PORTVERSION= 1.0
|
2008-06-06 16:17:21 +02:00
|
|
|
PORTREVISION= 2
|
2007-01-31 19:18:14 +01:00
|
|
|
CATEGORIES= games gnustep
|
2008-12-23 08:14:38 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SAVANNAH} \
|
2007-01-13 04:57:25 +01:00
|
|
|
${MASTER_SITE_GNUSTEP_CH}
|
2008-12-23 08:14:38 +01:00
|
|
|
MASTER_SITE_SUBDIR= gap
|
2006-09-12 20:42:44 +02:00
|
|
|
PKGNAMEPREFIX= gnustep-
|
|
|
|
DISTNAME= Ladder-${PORTVERSION}
|
|
|
|
|
2012-06-26 07:44:19 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2006-09-12 20:42:44 +02:00
|
|
|
COMMENT= GNU Go frontend for GNUstep
|
|
|
|
|
|
|
|
RUN_DEPENDS= gnugo:${PORTSDIR}/games/gnugo
|
|
|
|
|
2010-06-04 15:49:15 +02:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2006-09-12 20:42:44 +02:00
|
|
|
USE_GNUSTEP= yes
|
|
|
|
USE_GNUSTEP_BACK= yes
|
|
|
|
USE_GNUSTEP_BUILD= yes
|
|
|
|
USE_GNUSTEP_INSTALL= yes
|
2007-01-13 04:57:25 +01:00
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}
|
2006-09-12 20:42:44 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|