freebsd-ports/games/stroq/Makefile
Sergey Matveychuk e0226e49cb 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>
2006-01-14 22:32:13 +00:00

44 lines
986 B
Makefile

# 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>