aboutsummaryrefslogtreecommitdiff
path: root/games/ballerburg/Makefile
blob: 7ef09cc6a837c397ac6b6ff52a2a2041d61c0010 (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
26
27
28
29
30
31
32
33
34
35
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>

PORTNAME=	ballerburg
PORTVERSION=	1.2.0
CATEGORIES=	games
MASTER_SITES=	http://download.tuxfamily.org/baller/ \
		LOCAL/ehaupt:icons
DISTFILES=	${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \
		${PORTNAME}-icons-1${EXTRACT_SUFX}:icons

MAINTAINER=	ehaupt@FreeBSD.org
COMMENT=	Two players, two castles, and a hill in between

LICENSE=	GPLv3+

GNU_CONFIGURE=	yes
NLS_USES=	gettext
USES=		cmake:insource sdl
USE_SDL=	sdl

OPTIONS_DEFINE=	DOCS NLS
OPTIONS_SUB=	yes

DESKTOP_ENTRIES="Ballerburg" \
		"${COMMENT}" \
		"${PREFIX}/share/pixmaps/ballerburg.png" \
		"${PORTNAME}" \
		"" \
		false

post-install:
	${INSTALL_DATA} ${WRKDIR}/${PORTNAME}-icons-1/${PORTNAME}.png \
		${STAGEDIR}${PREFIX}/share/pixmaps/

.include <bsd.port.mk>