Update games/hexalate to version 1.1.6
[dports.git] / games / craft / Makefile
1 # Created by: Danilo Egea Gondolfo <danilo@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       craft
5 PORTVERSION=    1.0
6 DISTVERSIONPREFIX=      v
7 DISTVERSIONSUFFIX=      fbsd
8 PORTREVISION=   9
9 CATEGORIES=     games
10
11 MAINTAINER=     danilo@FreeBSD.org
12 COMMENT=        Simple Minecraft clone written in C using modern OpenGL
13
14 LIB_DEPENDS=    libcurl.so:ftp/curl
15
16 USES=           cmake:insource compiler:c11 gl xorg
17
18 USE_GITHUB=     yes
19 GH_ACCOUNT=     daniloegea
20 GH_PROJECT=     Craft
21
22 USE_XORG=       x11 xi xrandr xxf86vm
23 USE_GL=         gl glu
24
25 .include <bsd.port.mk>