aboutsummaryrefslogtreecommitdiff
path: root/games/3omns/Makefile
blob: 63983acdf7657586f0111653ac1b2a424f138625 (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
24
25
# Created by: Rusmir Dusko <nemysis@FreeBSD.org>
# $FreeBSD$

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

MAINTAINER=	ports@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>