mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Enable STAGE support
- Make hidden dependency on libao explicit - Bump PORTREVISION
This commit is contained in:
parent
c23c396c1b
commit
d51f1efbab
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=337967
1 changed files with 11 additions and 9 deletions
|
@ -2,17 +2,19 @@
|
||||||
|
|
||||||
PORTNAME= openmsx
|
PORTNAME= openmsx
|
||||||
PORTVERSION= 0.9.1
|
PORTVERSION= 0.9.1
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= emulators
|
CATEGORIES= emulators
|
||||||
MASTER_SITES= SF
|
MASTER_SITES= SF
|
||||||
|
|
||||||
MAINTAINER= johans@FreeBSD.org
|
MAINTAINER= johans@FreeBSD.org
|
||||||
COMMENT= Open source MSX emulator
|
COMMENT= Open source MSX emulator
|
||||||
|
|
||||||
LIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2 \
|
LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2 \
|
||||||
png15:${PORTSDIR}/graphics/png \
|
libpng15.so:${PORTSDIR}/graphics/png \
|
||||||
ogg:${PORTSDIR}/audio/libogg \
|
libogg.so:${PORTSDIR}/audio/libogg \
|
||||||
vorbis:${PORTSDIR}/audio/libvorbis \
|
libvorbis.so:${PORTSDIR}/audio/libvorbis \
|
||||||
theora:${PORTSDIR}/multimedia/libtheora
|
libtheora.so:${PORTSDIR}/multimedia/libtheora \
|
||||||
|
libao.so:${PORTSDIR}/audio/libao
|
||||||
|
|
||||||
MAKE_ARGS+= INSTALL_BINARY_DIR=${PREFIX}/bin \
|
MAKE_ARGS+= INSTALL_BINARY_DIR=${PREFIX}/bin \
|
||||||
INSTALL_SHARE_DIR=${DATADIR} \
|
INSTALL_SHARE_DIR=${DATADIR} \
|
||||||
|
@ -20,9 +22,8 @@ MAKE_ARGS+= INSTALL_BINARY_DIR=${PREFIX}/bin \
|
||||||
OPENMSX_CXX=${CXX}
|
OPENMSX_CXX=${CXX}
|
||||||
|
|
||||||
MAKEFILE= GNUmakefile
|
MAKEFILE= GNUmakefile
|
||||||
|
USES= gmake tcl
|
||||||
USE_GL= glew
|
USE_GL= glew
|
||||||
USE_GMAKE= yes
|
|
||||||
USE_TCL= 85+
|
|
||||||
USE_SDL= sdl ttf
|
USE_SDL= sdl ttf
|
||||||
USE_PYTHON= 2.5+
|
USE_PYTHON= 2.5+
|
||||||
|
|
||||||
|
@ -30,16 +31,17 @@ PLIST_FILES= bin/openmsx
|
||||||
PORTDATA= *
|
PORTDATA= *
|
||||||
PORTDOCS= *
|
PORTDOCS= *
|
||||||
|
|
||||||
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
.ifdef NOPORTDATA
|
.ifdef NOPORTDATA
|
||||||
IGNORE= opemsx requires port data, unset NOPORTDATA to install
|
IGNORE= opemsx requires port data, unset NOPORTDATA to install
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.ifdef NOPORTDOCS
|
.if !${PORT_OPTIONS:MDOCS}
|
||||||
# Use dummy target rather than rewriting makefile
|
# Use dummy target rather than rewriting makefile
|
||||||
MAKE_ARGS+= INSTALL_DOC_DIR=${WRKSRC}/dummy
|
MAKE_ARGS+= INSTALL_DOC_DIR=${WRKSRC}/dummy
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
NO_STAGE= yes
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -e 's/{TCL_LIB_SPEC}/& $${TCL_LD_FLAGS}/' \
|
@${REINPLACE_CMD} -e 's/{TCL_LIB_SPEC}/& $${TCL_LD_FLAGS}/' \
|
||||||
${WRKSRC}/build/libraries.py
|
${WRKSRC}/build/libraries.py
|
||||||
|
|
Loading…
Add table
Reference in a new issue