aboutsummaryrefslogtreecommitdiff
path: root/games/chessx
diff options
context:
space:
mode:
authorMateusz Piotrowski <0mp@FreeBSD.org>2020-10-04 21:20:16 +0000
committerMateusz Piotrowski <0mp@FreeBSD.org>2020-10-04 21:20:16 +0000
commit4b5a60963ea59029757fc0482b59eed7e1862ade (patch)
treef78babdf5890c92a6154140c3bd4186460ca34aa /games/chessx
parent64fcc340dabb0f7d3ded0711621dc5bc5ed8aa51 (diff)
downloadports-4b5a60963ea59029757fc0482b59eed7e1862ade.tar.gz
ports-4b5a60963ea59029757fc0482b59eed7e1862ade.zip
Clean up port's makefile
I hope to commit update to 1.5.4 soon, so I'm not bumping PORTREVISION for the WWW change.
Notes
Notes: svn path=/head/; revision=551461
Diffstat (limited to 'games/chessx')
-rw-r--r--games/chessx/Makefile14
-rw-r--r--games/chessx/pkg-descr2
2 files changed, 8 insertions, 8 deletions
diff --git a/games/chessx/Makefile b/games/chessx/Makefile
index 2bbfc1ec8877..127cb7d1e7b6 100644
--- a/games/chessx/Makefile
+++ b/games/chessx/Makefile
@@ -11,21 +11,21 @@ COMMENT= Qt 5 chess database application
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
-USES= compiler:c++11-lang desktop-file-utils qmake qt:5 tar:tgz gl
-USE_GL= gl
-USE_QT= buildtools_build concurrent core gui linguisttools_build multimedia \
- network opengl printsupport svg widgets xml
+USES= compiler:c++11-lang desktop-file-utils gl qmake qt:5 tar:tgz
+USE_GL= gl
+USE_QT= concurrent core gui multimedia network opengl printsupport svg \
+ widgets xml buildtools_build linguisttools_build
PLIST_FILES= bin/chessx \
share/applications/chessx.desktop \
share/pixmaps/chessx.png
-OPTIONS_DEFINE= STOCKFISH CRAFTY
+OPTIONS_DEFINE= CRAFTY STOCKFISH
CRAFTY_DESC= Install Crafty Chess Application
-CRAFTY_RUN_DEPENDS= crafty:games/crafty
-
STOCKFISH_DESC= Install Stockfish Chess Engine
+
+CRAFTY_RUN_DEPENDS= crafty:games/crafty
STOCKFISH_RUN_DEPENDS= stockfish:games/stockfish
post-configure:
diff --git a/games/chessx/pkg-descr b/games/chessx/pkg-descr
index bf97d2d4de5a..864d2e1eff08 100644
--- a/games/chessx/pkg-descr
+++ b/games/chessx/pkg-descr
@@ -3,4 +3,4 @@ can operate on your collection of chess games in many ways: browse,
edit, add, organize, analyze, etc. Additionally ChessX can interface
with chess engines via UCI and Winboard protocol.
-WWW: http://chessx.sourceforge.net/
+WWW: https://chessx.sourceforge.io/