1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/games/tetzle/Makefile
Dmitry Marakasov 96753033e6 - Update to 2.1.2
- Update WWW
2017-12-30 21:20:00 +00:00

25 lines
590 B
Makefile

# Created by: Dmitry Marakasov <amdmi3@amdmi3.ru>
# $FreeBSD$
PORTNAME= tetzle
PORTVERSION= 2.1.2
CATEGORIES= games
MASTER_SITES= https://gottcode.org/tetzle/ \
https://mirror.amdmi3.ru/distfiles/
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Jigsaw puzzle with tetrominoes
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= compiler:c++11-lib desktop-file-utils qmake tar:bzip2
USE_QT5= core gui widgets buildtools_build linguisttools_build
USE_GL= gl
INSTALLS_ICONS= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
.include <bsd.port.mk>