blob: f74c3ff209064ff79039a4bde24916ed171d1368 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# 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>
|