1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/games/craft/Makefile
Kevin Bowling da3162c7c9 graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.

PR:		246767
Reviewed by:	manu, bapt
Approved by:	x11
Differential Revision:	https://reviews.freebsd.org/D30824
2021-06-22 11:53:08 -07:00

25 lines
476 B
Makefile

# Created by: Danilo Egea Gondolfo <danilo@FreeBSD.org>
PORTNAME= craft
PORTVERSION= 1.0
DISTVERSIONPREFIX= v
DISTVERSIONSUFFIX= fbsd
PORTREVISION= 10
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>