freebsd-ports/games/spellathon/Makefile
Bernhard Froehlich b8dbb9a9f4 - Update to 5.79
PR:		ports/151039
Submitted by:	Girish <girish dot rao dot dev at gmail dot com> (maintainer)
Approved by:	beat (co-mentor, implicit)
2010-09-29 11:14:09 +00:00

30 lines
765 B
Makefile

# New ports collection makefile for: spellathon
# Date created: 7 May 2009
# Whom: girish
#
# $FreeBSD$
#
PORTNAME= spellathon
PORTVERSION= 5.79
CATEGORIES= games
MASTER_SITES= SF
MAINTAINER= girish.rao.dev@gmail.com
COMMENT= Word game to test your English vocabulary skills
USE_QT_VER= 4
QT_COMPONENTS= gui moc_build qmake_build rcc_build uic_build
post-patch:
@${REINPLACE_CMD} 's|qmake|qmake-qt4|' ${WRKSRC}/Makefile
@${REINPLACE_CMD} 's|dict/words.txt|${DATADIR}/words.txt|' \
${WRKSRC}/src/logic/defines.h
do-install:
${INSTALL} ${WRKSRC}/spellathon ${PREFIX}/bin
${INSTALL} ${WRKSRC}/spellathon-cl ${PREFIX}/bin
${MKDIR} ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/dict/words.txt ${DATADIR}
.include <bsd.port.mk>