aboutsummaryrefslogblamecommitdiff
path: root/games/gnustep-ladder/Makefile
blob: a1114fbd9eda042b581a87bb13f96e5f5c251992 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                                 


                      
                  
                             
                            


                                     
                                 

                                           
                      
                                     
 
                                 
 

                          
 
             
                                                                                       
 
                      
# Created by: gurkan@phys.ethz.ch

PORTNAME=	ladder
PORTVERSION=	1.0
PORTREVISION=	10
CATEGORIES=	games gnustep
MASTER_SITES=	SAVANNAH/gap
PKGNAMEPREFIX=	gnustep-
DISTNAME=	Ladder-${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	GNU Go frontend for GNUstep

LICENSE=	GPLv2+
LICENSE_FILE=	${WRKSRC}/COPYING.GPL

RUN_DEPENDS=	gnugo:games/gnugo

USES=		gnustep
USE_GNUSTEP=	back build

post-install:
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/Ladder.app/Ladder

.include <bsd.port.mk>