freebsd-ports/games/craft/Makefile
Danilo Egea Gondolfo 2bca10c8e7 - Remove SERVER option. It requires python 2 support
- Remove python 2 dependency
2020-04-27 11:15:53 +00:00

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>