mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
StroQ is an addictive puzzle game where you have to flip white and
black tiles in order to form rows of the same color with a single stroke of your mouse. WWW: http://stroq.sourceforge.net PR: ports/91774 Submitted by: Dmitry Marakasov <amdmi3@mail.ru>
This commit is contained in:
parent
6783597ccc
commit
e0226e49cb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=153513
@ -553,6 +553,7 @@
|
||||
SUBDIR += starfighter
|
||||
SUBDIR += starlanes
|
||||
SUBDIR += stratagus
|
||||
SUBDIR += stroq
|
||||
SUBDIR += stvef-paks
|
||||
SUBDIR += stvef-server
|
||||
SUBDIR += sudsol
|
||||
|
44
games/stroq/Makefile
Normal file
44
games/stroq/Makefile
Normal file
@ -0,0 +1,44 @@
|
||||
# New ports collection Makefile for: stroq
|
||||
# Date created: 13 Jan 2005
|
||||
# Whom: Dmitry Marakasov <amdmi3@mail.ru>
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= stroq
|
||||
PORTVERSION= 0.2
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= stroq
|
||||
|
||||
MAINTAINER= amdmi3@mail.ru
|
||||
COMMENT= Flip tiles to make rows of the same color
|
||||
|
||||
BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_QT_VER= 3
|
||||
USE_REINPLACE= yes
|
||||
MAKE_ENV= QTDIR="${QT_PREFIX}"
|
||||
|
||||
QMAKE= qmake
|
||||
QMAKESPEC= ${LOCALBASE}/share/qt/mkspecs/freebsd-g++
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
BROKEN= "Does not compile on FreeBSD 4.x"
|
||||
.endif
|
||||
|
||||
do-configure:
|
||||
@cd ${WRKSRC}; \
|
||||
${SETENV} ${MAKE_ENV} ${QMAKE} -project; \
|
||||
${SETENV} ${MAKE_ENV} QMAKESPEC=${QMAKESPEC} ${QMAKE}
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME}-${PORTVERSION} ${PREFIX}/bin/${PORTNAME}
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
games/stroq/distinfo
Normal file
3
games/stroq/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (stroq-0.2.tar.bz2) = 4009066a3a01f917a08f0fe374a316c3
|
||||
SHA256 (stroq-0.2.tar.bz2) = cb806991678254ae8e3b6283be43837964b0fa66545b09364348569b803e6180
|
||||
SIZE (stroq-0.2.tar.bz2) = 644711
|
5
games/stroq/pkg-descr
Normal file
5
games/stroq/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
StroQ is an addictive puzzle game where you have to flip white and
|
||||
black tiles in order to form rows of the same color with a single
|
||||
stroke of your mouse.
|
||||
|
||||
WWW: http://stroq.sourceforge.net
|
3
games/stroq/pkg-plist
Normal file
3
games/stroq/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
bin/stroq
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
Loading…
Reference in New Issue
Block a user