mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
- Unbreak after implicit lang/python dependency removal
- While, stage support and use OPTIONS helpers Reported by: pkg-fallout
This commit is contained in:
parent
093200b051
commit
f74d9c05c4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343327
@ -13,27 +13,21 @@ MASTER_SITE_SUBDIR= liquidwar
|
||||
MAINTAINER= edwin@mavetju.org
|
||||
COMMENT= You control an army of liquid and have to try and eat your opponents
|
||||
|
||||
LIB_DEPENDS= alleg.4:${PORTSDIR}/devel/allegro
|
||||
LIB_DEPENDS= liballeg.so:${PORTSDIR}/devel/allegro
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USES= gmake
|
||||
CONFIGURE_ARGS= --disable-target-opt --disable-doc-ps --disable-doc-pdf
|
||||
CONFIGURE_ENV= ac_cv_prog_PYTHON=yes
|
||||
USE_PYTHON_BUILD=yes
|
||||
|
||||
INFO= liquidwar
|
||||
|
||||
MANCOMPRESSED= yes
|
||||
MAN6= liquidwar.6 \
|
||||
liquidwar-server.6 \
|
||||
liquidwar-mapgen.6
|
||||
|
||||
OPTIONS_DEFINE= ASM
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
ASM_CONFIGURE_OFF= --disable-asm
|
||||
|
||||
.if ! ${PORT_OPTIONS:MASM}
|
||||
CONFIGURE_ARGS+= --disable-asm
|
||||
.endif
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} 's,python,${PYTHON_CMD},' ${WRKSRC}/doc/Makefile.in
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,6 +1,9 @@
|
||||
bin/liquidwar
|
||||
bin/liquidwar-server
|
||||
bin/liquidwar-mapgen
|
||||
man/man6/liquidwar-mapgen.6.gz
|
||||
man/man6/liquidwar-server.6.gz
|
||||
man/man6/liquidwar.6.gz
|
||||
%%DOCSDIR%%/txt/algorithm.txt
|
||||
%%DOCSDIR%%/txt/authors.txt
|
||||
%%DOCSDIR%%/txt/bugs.txt
|
||||
|
Loading…
Reference in New Issue
Block a user