blob: 3d0a1fcc8951bb3cad7ea5e7a52f9f2e7251777a (
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
|
# Created by: Eric Anholt <anholt@FreeBSD.org>
PORTNAME= chromium-bsu
PORTVERSION= 0.9.16.1
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/Chromium%20B.S.U.%20source%20code/
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Arcade-style, top-scrolling space shooter
LICENSE= ART10
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libGLC.so:graphics/quesoglc
GNU_CONFIGURE= yes
USES= compiler:c++11-lang gettext-tools gl gmake gnome localbase \
pkgconfig sdl
USE_SDL= sdl2 image2
USE_GL= gl glu
CONFIGURE_ARGS= --disable-sdl \
--disable-sdlmixer \
--disable-sdlimage \
--disable-ftgl \
--disable-glut \
--disable-glpng
MAKE_ARGS= LDFLAGS="${LDFLAGS}"
LDFLAGS_i386= -Wl,-znotext
PORTDOCS= *
PORTDATA= *
OPTIONS_DEFINE= NLS DOCS
OPTIONS_SINGLE= AUDIO
OPTIONS_SINGLE_AUDIO= OPENAL SDL_MIXER
OPTIONS_DEFAULT= OPENAL
OPTIONS_SUB= yes
AUDIO_DESC= Audio output selection
OPENAL_DESC= Use OpenAL for audio
SDL_MIXER_DESC= Use SDL_mixer for audio
SDL_MIXER_USE= SDL=mixer2
SDL_MIXER_CONFIGURE_ENABLE=sdl2mixer
OPENAL_USES= openal:al,alut
OPENAL_CONFIGURE_ENABLE=openal
NLS_USES= gettext
NLS_CONFIGURE_ENABLE= nls
.include <bsd.port.mk>
|