Lines 2-12
Link Here
|
2 |
|
2 |
|
3 |
PORTNAME= openmsx |
3 |
PORTNAME= openmsx |
4 |
PORTVERSION= 0.15.0 |
4 |
PORTVERSION= 0.15.0 |
5 |
PORTREVISION= 1 |
5 |
PORTREVISION= 2 |
6 |
CATEGORIES= emulators |
6 |
CATEGORIES= emulators |
7 |
MASTER_SITES= https://github.com/openMSX/openMSX/releases/download/RELEASE_${PORTVERSION:S/./_/g}/ |
|
|
8 |
|
7 |
|
9 |
MAINTAINER= ports@FreeBSD.org |
8 |
MAINTAINER= menelkir@itroll.org |
10 |
COMMENT= Open source MSX emulator |
9 |
COMMENT= Open source MSX emulator |
11 |
|
10 |
|
12 |
LICENSE= GPLv2 |
11 |
LICENSE= GPLv2 |
Lines 16-28
Link Here
|
16 |
libvorbis.so:audio/libvorbis \ |
15 |
libvorbis.so:audio/libvorbis \ |
17 |
libtheora.so:multimedia/libtheora \ |
16 |
libtheora.so:multimedia/libtheora \ |
18 |
libao.so:audio/libao \ |
17 |
libao.so:audio/libao \ |
19 |
libfreetype.so:print/freetype2 |
18 |
libfreetype.so:print/freetype2 \ |
|
|
19 |
libasound.so.2:audio/alsa-lib |
20 |
|
20 |
|
21 |
USES= gl gmake python:2.7 sdl tcl |
21 |
USES= gl gmake python sdl tcl |
22 |
USE_GCC= yes |
22 |
USE_GCC= yes |
23 |
USE_GL= gl glew |
23 |
USE_GL= gl glew |
24 |
USE_SDL= sdl ttf |
24 |
USE_SDL= sdl2 ttf2 |
25 |
|
25 |
|
|
|
26 |
USE_GITHUB= yes |
27 |
GH_ACCOUNT= openMSX |
28 |
GH_PROJECT= openMSX |
29 |
GH_TAGNAME= 0f2b558 |
30 |
|
26 |
MAKEFILE= GNUmakefile |
31 |
MAKEFILE= GNUmakefile |
27 |
MAKE_ARGS= INSTALL_BINARY_DIR=${PREFIX}/bin \ |
32 |
MAKE_ARGS= INSTALL_BINARY_DIR=${PREFIX}/bin \ |
28 |
INSTALL_SHARE_DIR=${DATADIR} \ |
33 |
INSTALL_SHARE_DIR=${DATADIR} \ |