freebsd-ports/games/gnustep-ladder/Makefile

30 lines
637 B
Makefile
Raw Normal View History

# New ports collection makefile for: ladder
# Date created: 11 Sep 2006
# Whom: gurkan@linuks.mine.nu
#
# $FreeBSD$
#
PORTNAME= ladder
PORTVERSION= 1.0
CATEGORIES= games gnustep
MASTER_SITES= http://download.savannah.gnu.org/releases/gap/ \
${MASTER_SITE_GNUSTEP_CH}
PKGNAMEPREFIX= gnustep-
DISTNAME= Ladder-${PORTVERSION}
MAINTAINER= gurkan@linuks.mine.nu
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>