blob: ef848505d18a4f4473324830c6050f5fd1116147 (
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
36
37
38
39
40
41
42
43
44
45
46
47
48
|
# Created by: Eric Anholt <anholt@FreeBSD.org>
# $FreeBSD$
PORTNAME= chromium-bsu
PORTVERSION= 0.9.16.1
PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/Chromium%20B.S.U.%20source%20code/
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Arcade-style, top-scrolling space shooter
LIB_DEPENDS= libGLC.so:graphics/quesoglc
GNU_CONFIGURE= yes
USES= gmake gettext-tools localbase pkgconfig
USE_SDL= sdl2 image2
USE_GL= gl glu
CONFIGURE_ARGS= --disable-sdl \
--disable-sdlmixer \
--disable-sdlimage \
--disable-ftgl \
--disable-glut \
--disable-glpng
INSTALLS_ICONS= yes
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>
|