1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/games/etracer/Makefile
2021-04-06 16:31:07 +02:00

24 lines
437 B
Makefile

# Created by: Peter Dunning
PORTNAME= etr
PORTVERSION= 0.8.0
CATEGORIES= games
MASTER_SITES= SF/extremetuxracer/releases/${PORTVERSION}
PKGNAMESUFFIX= acer
MAINTAINER= nc@FreeBSD.org
COMMENT= Extreme Tux Racer
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libsfml-system.so:devel/sfml
USES= compiler:c++11-lang gl pkgconfig tar:xz xorg
USE_GL= gl glu
GNU_CONFIGURE= yes
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>