aboutsummaryrefslogblamecommitdiff
path: root/games/xtrojka/Makefile
blob: cdf36f346d5959a51fa5e7dd89e87c54bfa6a4cf (plain) (tree)
1
2
3
4
5
6
7
8
9
                       
                     
                 
                     
                                           
                                                 
 
                                  
                                               
 
                    
                                             

                                     
                                                   

            
                                                   
 
                      
PORTNAME=	xtrojka
PORTVERSION=	1.2.3
PORTREVISION=	3
CATEGORIES=	games
MASTER_SITES=	SUNSITE/games/arcade/tetris
DISTNAME=	${PORTNAME}${PORTVERSION:C/\.//g}

MAINTAINER=	ports@edwinm.ik.nu
COMMENT=	Game of skill similar to T*tris

USES=		xorg
USE_XORG=	x11 xt xorgproto xaw xmu xext
MAKE_JOBS_UNSAFE=	yes
WRKSRC=		${WRKDIR}/${DISTNAME}
INSTALL_TARGET=	install PREFIX=${STAGEDIR}${PREFIX}

pre-install:
	${MKDIR} ${STAGEDIR}${PREFIX}/share/xtrojka

.include <bsd.port.mk>