blob: 11a09ea3a54988e96699e1b5fd994b0d8b706f7a (
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
25
26
27
28
29
30
31
32
33
34
35
|
# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
# $FreeBSD$
PORTNAME= 7kaa
PORTVERSION= 2.14.5
CATEGORIES= games
MASTER_SITES= SF/skfans/7KAA%20${PORTVERSION}
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Seven Kingdoms: Ancient Adversaries
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libenet.so:${PORTSDIR}/net/enet
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-silent-rules \
--disable-nls # no translations ATM
USES= gmake openal:al tar:xz
USE_SDL= sdl2
LDFLAGS+= -L${LOCALBASE}/lib
CPPFLAGS+= -I${LOCALBASE}/include
PLIST_FILES= bin/${PORTNAME}
PORTDOCS= *
PORTDATA= *
OPTIONS_DEFINE= DOCS
post-install:
${RM} -f ${STAGEDIR}${DOCSDIR}/COPYING
.include <bsd.port.mk>
|