1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/games/interlogic/Makefile
Dirk Meyer de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00

31 lines
638 B
Makefile

# New ports collection makefile for: interlogic
# Date created: 01 Oct 2005
# Whom: Dmitry Marakasov <amdmi3@amdmi3.ru>
#
# $FreeBSD$
#
PORTNAME= interlogic
PORTVERSION= 0.30
PORTREVISION= 7
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
MAKE_JOBS_SAFE= yes
WRKSRC= ${WRKDIR}/interlogic
PLIST_FILES= bin/interlogic
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/interlogic ${PREFIX}/bin/
.include <bsd.port.mk>