mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Use GH_COMMIT
- Convert to USES=python
This commit is contained in:
parent
cb1874cf13
commit
f8d1529c1a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=375024
@ -16,19 +16,18 @@ USE_GITHUB= yes
|
||||
GH_ACCOUNT= daniloegea
|
||||
GH_PROJECT= Craft
|
||||
GH_TAGNAME= v1.0fbsd
|
||||
GH_COMMIT= fdf801f
|
||||
|
||||
OPTIONS_DEFINE= SERVER
|
||||
SERVER_DESC= Install the craft server
|
||||
OPTIONS_DEFAULT= SERVER
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/${GH_ACCOUNT}-${GH_PROJECT}-fdf801f
|
||||
|
||||
USES= cmake compiler:c11
|
||||
USE_XORG= x11 xi xrandr
|
||||
USE_GL= gl glu
|
||||
|
||||
SERVER_USE= PYTHON=yes
|
||||
SERVER_USES= python
|
||||
SERVER_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.2:${PORTSDIR}/www/py-requests \
|
||||
${PYTHON_PKGNAMEPREFIX}sqlite3>=0:${PORTSDIR}/databases/py-sqlite3
|
||||
SERVER_CMAKE_ON= -DSERVER:BOOL=ON
|
||||
|
Loading…
Reference in New Issue
Block a user