mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
- Clarify LICENSE
- Add LICENSE_FILE - Add missing X11 depends - Switch to options helpers
This commit is contained in:
parent
7a3a7be867
commit
320350cdc1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=418464
@ -10,12 +10,13 @@ MASTER_SITES= LOCAL/pat
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Window Maker dockapp that display game scores from excite
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE= GPLv2+
|
||||
LICENSE_FILE= ${WRKSRC}/../COPYING
|
||||
|
||||
RUN_DEPENDS= wget:ftp/wget
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
|
||||
USE_XORG= xpm
|
||||
USE_XORG= xpm x11 xext
|
||||
USES= gmake shebangfix
|
||||
SHEBANG_FILES= GrabScores.excite
|
||||
|
||||
@ -24,6 +25,8 @@ OPTIONS_DEFINE= DOCS
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/wmScoreBoard ${STAGEDIR}${PREFIX}/bin
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/GrabScores.excite ${STAGEDIR}${PREFIX}/bin
|
||||
|
||||
do-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
.for docs in BUGS CHANGES HINTS README
|
||||
${INSTALL_DATA} ${WRKSRC}/../${docs} ${STAGEDIR}${DOCSDIR}
|
||||
|
Loading…
Reference in New Issue
Block a user