aboutsummaryrefslogtreecommitdiff
path: root/games/craft/Makefile
blob: 2f076c86f4e9247128ec9228620e062e388f28ab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Created by: Danilo Egea Gondolfo <danilo@FreeBSD.org>

PORTNAME=	craft
PORTVERSION=	1.0
DISTVERSIONPREFIX=	v
DISTVERSIONSUFFIX=	fbsd
PORTREVISION=	9
CATEGORIES=	games

MAINTAINER=	danilo@FreeBSD.org
COMMENT=	Simple Minecraft clone written in C using modern OpenGL

LIB_DEPENDS=	libcurl.so:ftp/curl

USES=		cmake:insource compiler:c11 gl xorg

USE_GITHUB=	yes
GH_ACCOUNT=	daniloegea
GH_PROJECT=	Craft

USE_XORG=	x11 xi xrandr xxf86vm
USE_GL=		gl glu

.include <bsd.port.mk>