1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/games/etracer/Makefile
2024-05-13 21:17:43 -04:00

23 lines
464 B
Makefile

PORTNAME= etr
PORTVERSION= 0.8.4
CATEGORIES= games
MASTER_SITES= SF/extremetuxracer/releases/${PORTVERSION}
PKGNAMESUFFIX= acer
MAINTAINER= nc@FreeBSD.org
COMMENT= Extreme Tux Racer
WWW= https://sourceforge.net/projects/extremetuxracer/
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>