summaryrefslogtreecommitdiff
path: root/games/3omns/Makefile
blob: 61fe13d7a3ea1c1b36f749fcb7f4d2f9da3fa1e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Created by: Rusmir Dusko <nemysis@FreeBSD.org>
# $FreeBSD$

PORTNAME=	3omns
DISTVERSION=	0.2
CATEGORIES=	games
MASTER_SITES=	https://github.com/chazomaticus/3omns/releases/download/${DISTVERSION}/

MAINTAINER=	tobik@FreeBSD.org
COMMENT=	Old-school bomb-dropping Deathmatch

LICENSE=	GPLv3+
LICENSE_FILE=	${WRKSRC}/COPYING

BUILD_DEPENDS=	a2x:textproc/asciidoc
LIB_DEPENDS=	libargp.so:devel/argp-standalone

USES=		compiler:c++11-lang gmake localbase lua:52 pkgconfig sdl tar:xz
USE_SDL=	image2 sdl2 ttf2

GNU_CONFIGURE=	yes
LIBS+=		-largp

.include <bsd.port.mk>