aboutsummaryrefslogtreecommitdiff
path: root/games/quackle/Makefile
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2012-01-09 20:52:32 +0000
committerPawel Pekala <pawel@FreeBSD.org>2012-01-09 20:52:32 +0000
commite81659a8b70e9799cd62b3bcf2d88a6cbea5e66f (patch)
tree4f532ac98ab6ca49c0161191c502e567787388b3 /games/quackle/Makefile
parent9921dc07c35951ad3047953d11858d946bbeb451 (diff)
downloadports-e81659a8b70e9799cd62b3bcf2d88a6cbea5e66f.tar.gz
ports-e81659a8b70e9799cd62b3bcf2d88a6cbea5e66f.zip
Notes
Diffstat (limited to 'games/quackle/Makefile')
-rw-r--r--games/quackle/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/games/quackle/Makefile b/games/quackle/Makefile
index 4ece6c4d912f..7e33babc0eeb 100644
--- a/games/quackle/Makefile
+++ b/games/quackle/Makefile
@@ -6,13 +6,13 @@
#
PORTNAME= quackle
-PORTVERSION= 0.96
+PORTVERSION= 0.97
DISTVERSIONSUFFIX= -source
CATEGORIES= games
MASTER_SITES= http://people.csail.mit.edu/jasonkb/quackle/downloads/%SUBDIR%/
MASTER_SITE_SUBDIR= ${PORTNAME}-${PORTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= pawel@FreeBSD.org
COMMENT= A scrabble-like word game utilizing qt4
LICENSE= GPLv2 GPLv3
@@ -26,6 +26,8 @@ QT_COMPONENTS= corelib gui moc_build qmake_build
USE_GMAKE= yes
MAKE_JOBS_SAFE= yes
+DESKTOP_ENTRIES="Quackle" "${COMMENT}" "" "quackle" "Game;BoardGame;" "true"
+
post-extract:
@${FIND} ${WRKSRC} \( -name "*.[ao]" -or -name "moc_*" \) -delete