Lines 3-9
Link Here
|
3 |
|
3 |
|
4 |
PORTNAME= vice |
4 |
PORTNAME= vice |
5 |
PORTVERSION= 3.0 |
5 |
PORTVERSION= 3.0 |
6 |
PORTREVISION= 1 |
6 |
PORTREVISION= 2 |
7 |
CATEGORIES= emulators |
7 |
CATEGORIES= emulators |
8 |
MASTER_SITES= http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE/ \ |
8 |
MASTER_SITES= http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE/ \ |
9 |
ftp://ftp.zimmers.net/pub/cbm/crossplatform/emulators/VICE/ |
9 |
ftp://ftp.zimmers.net/pub/cbm/crossplatform/emulators/VICE/ |
Lines 51-77
LMLINKS= vice.1 x64.1 \
Link Here
|
51 |
vice.1 xplus4.1 \ |
51 |
vice.1 xplus4.1 \ |
52 |
vice.1 xcbm2.1 |
52 |
vice.1 xcbm2.1 |
53 |
|
53 |
|
54 |
OPTIONS_DEFINE= SDL ASOUND PULSE DOCS |
54 |
OPTIONS_DEFINE= SDL ALSA PULSEAUDIO DOCS |
55 |
OPTIONS_SINGLE= GUI |
55 |
OPTIONS_SINGLE= GUI |
56 |
OPTIONS_SINGLE_GUI= GNOMEUI3 GNOMEUI2 XAW |
56 |
OPTIONS_SINGLE_GUI= GNOMEUI3 GNOMEUI2 XAW |
57 |
OPTIONS_DEFAULT?= GNOMEUI3 SDL ASOUND |
57 |
OPTIONS_DEFAULT?= GNOMEUI3 SDL ALSA |
58 |
NO_OPTIONS_SORT=yes |
58 |
NO_OPTIONS_SORT=yes |
59 |
OPTIONS_SUB= yes |
59 |
OPTIONS_SUB= yes |
60 |
GNOMEUI3_DESC= use gnome3 user interface |
60 |
GNOMEUI3_DESC= use gnome3 user interface |
61 |
GNOMEUI2_DESC= use gnome2 user interface |
61 |
GNOMEUI2_DESC= use gnome2 user interface |
62 |
XAW_DESC= use plain Xaw library |
62 |
XAW_DESC= use plain Xaw library |
63 |
SDL_DESC= build with SDL2 sound system support |
63 |
SDL_DESC= build with SDL2 sound system support |
64 |
ASOUND_DESC= build with asound support |
|
|
65 |
PULSE_DESC= build with pulseaudio support |
66 |
|
64 |
|
67 |
GNOMEUI2_CONFIGURE_ENABLE= gnomeui |
65 |
GNOMEUI2_CONFIGURE_ENABLE= gnomeui |
68 |
GNOMEUI3_CONFIGURE_ENABLE= gnomeui3 |
66 |
GNOMEUI3_CONFIGURE_ENABLE= gnomeui3 |
69 |
SDL_USE= SDL=sdl2 |
67 |
SDL_USE= SDL=sdl2 |
70 |
SDL_CONFIGURE_ON= --with-sdlsound |
68 |
SDL_CONFIGURE_ON= --with-sdlsound |
71 |
ASOUND_CONFIGURE_OFF= --without-alsa |
69 |
ALSA_CONFIGURE_OFF= --without-alsa |
72 |
ASOUND_LIB_DEPENDS= libasound.so:audio/alsa-lib |
70 |
ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib |
73 |
PULSE_CONFIGURE_OFF= --without-pulse |
71 |
PULSEAUDIO_CONFIGURE_OFF= --without-pulse |
74 |
PULSE_LIB_DEPENDS= libpulse.so:audio/pulseaudio |
72 |
PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio |
75 |
|
73 |
|
76 |
.include <bsd.port.options.mk> |
74 |
.include <bsd.port.options.mk> |
77 |
|
75 |
|