1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- Support staging

This commit is contained in:
Guido Falsi 2013-09-29 11:17:43 +00:00
parent 91a7d9d4d3
commit 2c9300fabd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=328678
2 changed files with 6 additions and 11 deletions

View File

@ -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>

View File

@ -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