1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00
freebsd-ports/games/chessx/Makefile
Tobias C. Berner c45de9579f Qt5 update to 5.13.0
For new features, check: https://wiki.qt.io/New_Features_in_Qt_5.13

Thanks to adridg who helped to fix a lot of packages.

Exp-run by:	antoine
PR:		238782
2019-10-01 04:13:31 +00:00

35 lines
836 B
Makefile

# $FreeBSD$
PORTNAME= chessx
PORTVERSION= 1.5.0
CATEGORIES= games
MASTER_SITES= SF
MAINTAINER= phascolarctos@protonmail.ch
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
PLIST_FILES= bin/chessx \
share/applications/chessx.desktop \
share/pixmaps/chessx.png
OPTIONS_DEFINE= STOCKFISH CRAFTY
CRAFTY_DESC= Install Crafty Chess Application
CRAFTY_RUN_DEPENDS= crafty:games/crafty
STOCKFISH_DESC= Install Stockfish Chess Engine
STOCKFISH_RUN_DEPENDS= stockfish:games/stockfish
post-configure:
( cd ${BUILD_WRKSRC} && ${LRELEASE} ${WRKSRC}/${PORTNAME}.pro )
.include <bsd.port.mk>