summaryrefslogtreecommitdiff
path: root/games/interlogic/Makefile
blob: 0d9bf5dc2e60efedb7f7bd20ee3eb7cf76c598ee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Created by: Dmitry Marakasov <amdmi3@amdmi3.ru>
# $FreeBSD$

PORTNAME=	interlogic
PORTVERSION=	0.30
PORTREVISION=	9
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

USE_SDL=	image sdl
USE_GMAKE=	yes
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 ${PREFIX}/bin/

.include <bsd.port.mk>