aboutsummaryrefslogtreecommitdiff
path: root/games/gnustep-ladder
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2007-01-13 03:57:25 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2007-01-13 03:57:25 +0000
commitd7f59ea8de230bb289b02649cd575560e4c71e0d (patch)
treeeae797f7211f5c20b5be446f4fa649681b374597 /games/gnustep-ladder
parent3aa9b484131b5835a7875ba57cac901593286b35 (diff)
downloadports-d7f59ea8de230bb289b02649cd575560e4c71e0d.tar.gz
ports-d7f59ea8de230bb289b02649cd575560e4c71e0d.zip
- update to use new bsd.gnustep.mk
Approved by: gurkan@linuks.mine.nu
Notes
Notes: svn path=/head/; revision=182275
Diffstat (limited to 'games/gnustep-ladder')
-rw-r--r--games/gnustep-ladder/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/games/gnustep-ladder/Makefile b/games/gnustep-ladder/Makefile
index 26c392ff2fe6..2f8c6b637139 100644
--- a/games/gnustep-ladder/Makefile
+++ b/games/gnustep-ladder/Makefile
@@ -1,4 +1,4 @@
-# New ports collection makefile for: ladder.app
+# New ports collection makefile for: ladder
# Date created: 11 Sep 2006
# Whom: gurkan@linuks.mine.nu
#
@@ -9,7 +9,7 @@ PORTNAME= ladder
PORTVERSION= 1.0
CATEGORIES= games
MASTER_SITES= http://download.savannah.gnu.org/releases/gap/ \
- http://io.debian.net/~tar/ports/distfiles/
+ ${MASTER_SITE_GNUSTEP_CH}
PKGNAMEPREFIX= gnustep-
DISTNAME= Ladder-${PORTVERSION}
@@ -18,13 +18,12 @@ COMMENT= GNU Go frontend for GNUstep
RUN_DEPENDS= gnugo:${PORTSDIR}/games/gnugo
-WRKSRC= ${WRKDIR}/${DISTNAME}
-USE_GMAKE= yes
USE_GNUSTEP= yes
USE_GNUSTEP_PREFIX= yes
USE_GNUSTEP_BACK= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
-MAKEFILE= GNUmakefile
+
+WRKSRC= ${WRKDIR}/${DISTNAME}
.include <bsd.port.mk>