diff options
author | dinoex <dinoex@FreeBSD.org> | 2007-01-13 11:57:25 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2007-01-13 11:57:25 +0800 |
commit | 44fd51006809b35e7b92415f49a6d5df498af1fa (patch) | |
tree | cf5bc34dc6d9e1b3cba11b4bbea429e80e9b2817 /games/gnustep-ladder | |
parent | 10e5fdd74da962755ef9143ee3527c0ea3b520ce (diff) | |
download | freebsd-ports-gnome-44fd51006809b35e7b92415f49a6d5df498af1fa.tar.gz freebsd-ports-gnome-44fd51006809b35e7b92415f49a6d5df498af1fa.tar.zst freebsd-ports-gnome-44fd51006809b35e7b92415f49a6d5df498af1fa.zip |
- update to use new bsd.gnustep.mk
Approved by: gurkan@linuks.mine.nu
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> |