View | Details | Raw Unified | Return to bug 170382
Collapse All | Expand All

(-)naev/Makefile (-19 / +8 lines)
Lines 6-26 Link Here
6
#
6
#
7
7
8
PORTNAME=	naev
8
PORTNAME=	naev
9
PORTVERSION=	0.5.2
9
PORTVERSION=	0.5.3
10
PORTREVISION=	1
11
CATEGORIES=	games
10
CATEGORIES=	games
12
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-${PORTVERSION} \
11
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-${PORTVERSION}
13
		${MASTER_SITE_GOOGLE_CODE}
14
DIST_SUBDIR=	${PORTNAME}
12
DIST_SUBDIR=	${PORTNAME}
15
13
16
MAINTAINER=	acm@FreeBSD.org
14
MAINTAINER=	acm@FreeBSD.org
17
COMMENT=	2D action/rpg space game
15
COMMENT=	2D action/rpg space trading combat game
18
16
19
LIB_DEPENDS=	png15:${PORTSDIR}/graphics/png \
20
		freetype:${PORTSDIR}/print/freetype2
21
RUN_DEPENDS=	${LOCALBASE}/share/${PORTNAME}/ndata-${PORTVERSION}:${PORTSDIR}/games/naev-data
17
RUN_DEPENDS=	${LOCALBASE}/share/${PORTNAME}/ndata-${PORTVERSION}:${PORTSDIR}/games/naev-data
18
LIB_DEPENDS=	freetype:${PORTSDIR}/print/freetype2 \
19
		png15:${PORTSDIR}/graphics/png \
20
		vorbis:${PORTSDIR}/audio/libvorbis
22
21
23
USE_AUTOTOOLS=	automake:env aclocal:env autoconf:env
24
USE_BZIP2=	yes
22
USE_BZIP2=	yes
25
GNU_CONFIGURE=	yes
23
GNU_CONFIGURE=	yes
26
USE_GL=		gl
24
USE_GL=		gl
Lines 33-40 Link Here
33
LDFLAGS+=	-L${LOCALBASE}/lib
31
LDFLAGS+=	-L${LOCALBASE}/lib
34
32
35
MAN6=		naev.6
33
MAN6=		naev.6
36
PLIST_FILES=	bin/${PORTNAME}
37
SUB_FILES=	pkg-message
38
34
39
OPTIONS=	OPENAL 		"Use the OpenAL sound backend"	on \
35
OPTIONS=	OPENAL 		"Use the OpenAL sound backend"	on \
40
		SDL_MIXER	"Use the SDL_mixer sound backend"	on
36
		SDL_MIXER	"Use the SDL_mixer sound backend"	on
Lines 42-65 Link Here
42
.include <bsd.port.options.mk>
38
.include <bsd.port.options.mk>
43
39
44
.if defined(WITH_OPENAL)
40
.if defined(WITH_OPENAL)
45
USE_OPENAL=		yes
41
USE_OPENAL=	yes
46
CONFIGURE_ARGS+=	--with-openal=yes
42
CONFIGURE_ARGS+=	--with-openal=yes
47
.else
43
.else
48
CONFIGURE_ARGS+=	--with-openal=no
44
CONFIGURE_ARGS+=	--with-openal=no
49
.endif
45
.endif
50
46
51
.if defined(WITH_SDL_MIXER)
47
.if defined(WITH_SDL_MIXER)
52
USE_SDL+=		mixer
48
USE_SDL+=	mixer
53
CONFIGURE_ARGS+=	--with-sdlmixer=yes
49
CONFIGURE_ARGS+=	--with-sdlmixer=yes
54
.else
50
.else
55
CONFIGURE_ARGS+=	--with-sdlmixer=no
51
CONFIGURE_ARGS+=	--with-sdlmixer=no
56
.endif
52
.endif
57
53
58
do-install:
59
	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
60
	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.6 ${PREFIX}/man/man6
61
62
post-install:
63
	@${CAT} ${PKGMESSAGE}
64
65
.include <bsd.port.mk>
54
.include <bsd.port.mk>
(-)naev/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (naev/naev-0.5.2.tar.bz2) = bdee2ba049d2707c0d0c971dda2855e4b44f2b73c4ece960daec46171856542f
1
SHA256 (naev/naev-0.5.3.tar.bz2) = b2d026abb099bcb884e13a26b1bce4273f094830690340468f752a3b9b64c719
2
SIZE (naev/naev-0.5.2.tar.bz2) = 992571
2
SIZE (naev/naev-0.5.3.tar.bz2) = 997522
(-)naev/files/pkg-message.in (-9 lines)
Lines 1-9 Link Here
1
###############################################################################
2
3
The NAEV space game was installed
4
5
1) You can find the conf.lua config file into your ~/.config/naev/ directory
6
7
2) Enjoy it :)
8
9
###############################################################################
(-)naev/pkg-descr (-3 / +11 lines)
Lines 1-4 Link Here
1
NAEV is a 2d action/rpg space game that combines elements from the action, rpg 
1
Naev is a space trading and combat game, inspired by Escape Velocity.
2
and simulation genres.
3
2
4
WWW:	http://code.google.com/p/naev/
3
Played from a top-down perspective with isometric sprites, the
4
player is free to explore the galaxy as they see fit, trading or
5
pirating their way to a vast fortune.
6
7
Naev is set in a futuristic science fiction environment, in which
8
the player finds himself in the wake of a massive galactic cataclysm
9
which erupted from the Sol system and destroyed everything within
10
tens of light-years, resulting in a massive, volatile nebula.
11
12
WWW: http://naev.org/
(-)naev/pkg-plist (+11 lines)
Line 0 Link Here
1
bin/naev
2
share/applications/naev.desktop
3
share/pixmaps/naev.png
4
%%DOCSDIR%%/AUTHORS
5
%%DOCSDIR%%/README
6
%%DOCSDIR%%/TODO
7
%%DOCSDIR%%/LICENSE
8
%%DATADIR%%/naev-confupdate.sh
9
@dirrmtry share/applications
10
@dirrm %%DOCSDIR%%
11
@dirrmtry %%DATADIR%%
(-)naev-data/Makefile (-3 / +2 lines)
Lines 6-15 Link Here
6
#
6
#
7
7
8
PORTNAME=	data
8
PORTNAME=	data
9
PORTVERSION=	0.5.2
9
PORTVERSION=	0.5.3
10
CATEGORIES=	games
10
CATEGORIES=	games
11
MASTER_SITES=	SF/${PKGNAMEPREFIX:S/-//}/${PKGNAMEPREFIX}${PORTVERSION} \
11
MASTER_SITES=	SF/${PKGNAMEPREFIX:S/-//}/${PKGNAMEPREFIX}${PORTVERSION}
12
		${MASTER_SITE_GOOGLE_CODE}
13
PKGNAMEPREFIX=	naev-
12
PKGNAMEPREFIX=	naev-
14
DISTNAME=	${PORTNAME:S/^/n/}-${PORTVERSION}
13
DISTNAME=	${PORTNAME:S/^/n/}-${PORTVERSION}
15
EXTRACT_SUFX=	#
14
EXTRACT_SUFX=	#
(-)naev-data/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (naev/ndata-0.5.2) = fff31d7d165e33ef567e84cdc47787596df4da1362900628c1eff4eb949dfdc3
1
SHA256 (naev/ndata-0.5.3) = a6f1abb3b173fab7b8cfaf1c4057caa4880235bc5eca489d0ac7d4ae4acf9028
2
SIZE (naev/ndata-0.5.2) = 244690305
2
SIZE (naev/ndata-0.5.3) = 244956464
(-)naev-data/pkg-descr (-3 / +5 lines)
Lines 1-4 Link Here
1
NAEV is a 2d action/rpg space game that combines elements from the action, rpg
1
Naev is a space trading and combat game, inspired by Escape Velocity.
2
and simulation genres (data file).
2
This port installs the data file needed to play the game.
3
3
4
WWW:    http://code.google.com/p/naev/
4
For a full description, please see games/naev.
5
6
WWW: http://naev.org/

Return to bug 170382