d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
30 lines
653 B
Makefile
30 lines
653 B
Makefile
# New ports collection makefile for: ladder
|
|
# Date created: 11 Sep 2006
|
|
# Whom: gurkan@linuks.mine.nu
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ladder
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 1
|
|
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>
|