mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
games/vegastrike: fix install when mesher option enabled
Port didn't install when mesher option was enabled. While here add some missing dependencies and reorder some variables PR: 236914 Submitted by: hiroo.ono+freebsd@gmail.com
This commit is contained in:
parent
80605f4c81
commit
dbb9034ef6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=499124
@ -19,18 +19,22 @@ BROKEN_aarch64= Fails to compile: POSH cannot determine target CPU
|
||||
RUN_DEPENDS= ${LOCALBASE}/${DATADIR_REL}/vegastrike.ico:games/vegastrike-data
|
||||
LIB_DEPENDS= ${PY_BOOST} \
|
||||
libexpat.so:textproc/expat2 \
|
||||
libogg.so:audio/libogg \
|
||||
libpng16.so:graphics/png \
|
||||
libvorbis.so:audio/libvorbis \
|
||||
libogg.so:audio/libogg
|
||||
libfontconfig.so:x11-fonts/fontconfig \
|
||||
libfreetype.so:print/freetype2
|
||||
|
||||
USES= compiler:c++11-lang dos2unix gmake localbase:ldflags \
|
||||
openal:al pkgconfig python:2.7 tar:bzip2
|
||||
USES= compiler:c++11-lang dos2unix gl gmake gnome jpeg \
|
||||
localbase:ldflags openal:al pkgconfig python:2.7 sdl tar:bzip2
|
||||
USE_CXXSTD= c++98
|
||||
GNU_CONFIGURE= yes
|
||||
USE_SDL= sdl
|
||||
USE_GL= glut
|
||||
USE_GL= gl glu glut
|
||||
USE_XORG= sm ice xi x11 xext xrender xinerama xi xrandr xcursor \
|
||||
xcomposite xdamage xfixes
|
||||
USE_GNOME= gtk20
|
||||
xcomposite xdamage xfixes xmu
|
||||
USE_GNOME= cairo gdkpixbuf2 gtk20
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
DOS2UNIX_GLOB= *.cpp *.h
|
||||
EXTRACT_AFTER_ARGS= --exclude boost
|
||||
LLD_UNSAFE= yes
|
||||
@ -48,7 +52,7 @@ PORTDOCS= README
|
||||
OPTIONS_DEFINE= MESHER DOCS
|
||||
MESHER_DESC= Enable mesher modelling tool
|
||||
|
||||
MESHER_PLIST_FILES= bin/mesher
|
||||
MESHER_VARS= BIN_FILES+=bin/mesher
|
||||
MESHER_LIB_DEPENDS= libOgreMain.so:graphics/ogre3d
|
||||
MESHER_CONFIGURE_ENABLE= ogre
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user