diff options
author | skreuzer <skreuzer@FreeBSD.org> | 2009-05-22 02:59:06 +0800 |
---|---|---|
committer | skreuzer <skreuzer@FreeBSD.org> | 2009-05-22 02:59:06 +0800 |
commit | 892952a9cf840a22242dee23fe750307046be14c (patch) | |
tree | 8acbf3c1e694edb5c448574a3c9845a17d1ddf4d /games/spellathon | |
parent | 26df13e805be6c89ff53d8a7343ef0b39757ead5 (diff) | |
download | freebsd-ports-graphics-892952a9cf840a22242dee23fe750307046be14c.tar.gz freebsd-ports-graphics-892952a9cf840a22242dee23fe750307046be14c.tar.zst freebsd-ports-graphics-892952a9cf840a22242dee23fe750307046be14c.zip |
Spellathon is a word game to test your English vocabulary skills.
PR: ports/134315
Submitted by: Girish <girish.rao.dev@gmail.com>
Approved by: wxs (mentor)
Diffstat (limited to 'games/spellathon')
-rw-r--r-- | games/spellathon/Makefile | 30 | ||||
-rw-r--r-- | games/spellathon/distinfo | 3 | ||||
-rw-r--r-- | games/spellathon/pkg-descr | 5 | ||||
-rw-r--r-- | games/spellathon/pkg-plist | 4 |
4 files changed, 42 insertions, 0 deletions
diff --git a/games/spellathon/Makefile b/games/spellathon/Makefile new file mode 100644 index 00000000000..cd8c9f5b7b6 --- /dev/null +++ b/games/spellathon/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: spellathon +# Date created: 7 May 2009 +# Whom: girish +# +# $FreeBSD$ +# + +PORTNAME= spellathon +PORTVERSION= 5.4 +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> diff --git a/games/spellathon/distinfo b/games/spellathon/distinfo new file mode 100644 index 00000000000..55d5aef6b91 --- /dev/null +++ b/games/spellathon/distinfo @@ -0,0 +1,3 @@ +MD5 (spellathon-5.4.tar.gz) = b550d3bec215bb35ece2e0fe121cb748 +SHA256 (spellathon-5.4.tar.gz) = 03feaa3dc9ef6aeb75fbbaf36b4c11528d56200bde0a3adbbb7552784a0705d4 +SIZE (spellathon-5.4.tar.gz) = 199033 diff --git a/games/spellathon/pkg-descr b/games/spellathon/pkg-descr new file mode 100644 index 00000000000..9296df2c6ae --- /dev/null +++ b/games/spellathon/pkg-descr @@ -0,0 +1,5 @@ +Spellathon is a word game to test your English vocabulary skills. +You are given seven letters and you need to find words of length - +four letters or more that include a central letter. + +WWW: http://sourceforge.net/projects/spellathon/ diff --git a/games/spellathon/pkg-plist b/games/spellathon/pkg-plist new file mode 100644 index 00000000000..041a153b591 --- /dev/null +++ b/games/spellathon/pkg-plist @@ -0,0 +1,4 @@ +bin/spellathon +bin/spellathon-cl +%%DATADIR%%/words.txt +@dirrmtry %%DATADIR%% |