diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2007-01-13 03:57:25 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2007-01-13 03:57:25 +0000 |
commit | d7f59ea8de230bb289b02649cd575560e4c71e0d (patch) | |
tree | eae797f7211f5c20b5be446f4fa649681b374597 /games/gnustep-ladder | |
parent | 3aa9b484131b5835a7875ba57cac901593286b35 (diff) | |
download | ports-d7f59ea8de230bb289b02649cd575560e4c71e0d.tar.gz ports-d7f59ea8de230bb289b02649cd575560e4c71e0d.zip |
Notes
Diffstat (limited to 'games/gnustep-ladder')
-rw-r--r-- | games/gnustep-ladder/Makefile | 9 |
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> |