25 lines
487 B
Makefile
25 lines
487 B
Makefile
# Created by: Danilo Egea Gondolfo <danilo@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
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>
|