mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Support staging
This commit is contained in:
parent
91a7d9d4d3
commit
2c9300fabd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=328678
@ -30,12 +30,9 @@ USE_QT4= gui corelib network sql sql-sqlite3 qmake_build \
|
||||
USE_SDL= mixer
|
||||
HAS_CONFIGURE= yes
|
||||
QMAKE_ARGS+= PREFIX=${PREFIX}
|
||||
MAKE_ARGS+= INSTALL_ROOT=${STAGEDIR}
|
||||
|
||||
PORTDOCS= server_setup_howto.txt
|
||||
MAN1= pokerth.1
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -E \
|
||||
@ -51,12 +48,9 @@ do-configure:
|
||||
@cd ${CONFIGURE_WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${QMAKE} ${QMAKE_ARGS} pokerth.pro
|
||||
|
||||
post-install:
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/pokerth ${PREFIX}/bin
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/bin/pokerth_server ${PREFIX}/bin
|
||||
@${INSTALL_MAN} ${WRKSRC}/docs/${MAN1} ${MAN1PREFIX}/man/man1
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/docs/server_setup_howto.txt ${DOCSDIR}
|
||||
.endif
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/bin/pokerth_server ${STAGEDIR}${PREFIX}/bin
|
||||
@${INSTALL_MAN} ${WRKSRC}/docs/pokerth.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/docs/server_setup_howto.txt ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,6 @@
|
||||
bin/pokerth
|
||||
bin/pokerth_server
|
||||
man/man1/pokerth.1.gz
|
||||
share/applications/pokerth.desktop
|
||||
share/pixmaps/pokerth.png
|
||||
%%DATADIR%%/data/data-copyright.txt
|
||||
|
Loading…
Reference in New Issue
Block a user