mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
e73d4fdb8e
- Convert USE_GMAKE to USES
29 lines
638 B
Makefile
29 lines
638 B
Makefile
# 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
|
|
|
|
USES= gmake
|
|
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>
|