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

                          
                  
                     
                                                

                                             
                                  
                                                                                 
                                                            
 
                         
                         
                   
 
                                    


                              


                                                                                 
           
                                                                             

                      
PORTNAME=	interlogic
PORTVERSION=	0.30
PORTREVISION=	11
CATEGORIES=	games
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/0.3.0
DISTNAME=	interLOGIC-src-${PORTVERSION}

MAINTAINER=	amdmi3@FreeBSD.org
COMMENT=	Move colored balls through the maze connecting it with each other
WWW=		https://sourceforge.net/projects/interlogic/

USES=		gmake sdl
USE_SDL=	image sdl
GNU_CONFIGURE=	yes

WRKSRC=		${WRKDIR}/interlogic

PLIST_FILES=	bin/interlogic

post-patch:
	@${ECHO_CMD} "#!/bin/sh" > ${WRKSRC}/missing # suppress autotools madness

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/src/interlogic ${STAGEDIR}${PREFIX}/bin/

.include <bsd.port.mk>