freebsd-ports/games/peg-e/Makefile
Dmitry Marakasov 93df4c37ae - Update to 1.2.4
- Update WWW
2017-12-30 18:19:45 +00:00

24 lines
573 B
Makefile

# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
# $FreeBSD$
PORTNAME= peg-e
PORTVERSION= 1.2.4
CATEGORIES= games
MASTER_SITES= https://gottcode.org/peg-e/ \
https://mirror.amdmi3.ru/distfiles/
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Peg elimination game
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= compiler:c++11-lib qmake tar:bzip2
USE_QT5= core gui widgets qmake_build buildtools_build linguisttools_build
USE_GL= gl
INSTALLS_ICONS= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
.include <bsd.port.mk>