svn commit: r418464 - head/misc/wmScoreBoard
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed Jul 13 09:00:13 UTC 2016
Author: amdmi3
Date: Wed Jul 13 09:00:12 2016
New Revision: 418464
URL: https://svnweb.freebsd.org/changeset/ports/418464
Log:
- Clarify LICENSE
- Add LICENSE_FILE
- Add missing X11 depends
- Switch to options helpers
Modified:
head/misc/wmScoreBoard/Makefile
Modified: head/misc/wmScoreBoard/Makefile
==============================================================================
--- head/misc/wmScoreBoard/Makefile Wed Jul 13 07:52:34 2016 (r418463)
+++ head/misc/wmScoreBoard/Makefile Wed Jul 13 09:00:12 2016 (r418464)
@@ -10,12 +10,13 @@ MASTER_SITES= LOCAL/pat
MAINTAINER= ports at 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}
More information about the svn-ports-all
mailing list