mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
25 lines
583 B
Makefile
25 lines
583 B
Makefile
# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= hexalate
|
|
PORTVERSION= 1.1.5
|
|
CATEGORIES= games
|
|
MASTER_SITES= https://gottcode.org/${PORTNAME}/ \
|
|
https://mirror.amdmi3.ru/distfiles/
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
|
|
|
|
MAINTAINER= amdmi3@FreeBSD.org
|
|
COMMENT= Color matching game
|
|
|
|
LICENSE= GPLv3+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= compiler:c++11-lib gl gnome qmake qt:5 tar:bzip2
|
|
USE_QT= core gui widgets buildtools_build linguisttools_build
|
|
USE_GL= gl
|
|
INSTALLS_ICONS= yes
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
.include <bsd.port.mk>
|