- Change Makefile header, use my name and @FreeBSD.org email
- Change Desktop entry file - Change install, cosmetical changes
This commit is contained in:
parent
8bcdc2f8e0
commit
9e563c6685
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348460
1 changed files with 6 additions and 8 deletions
|
@ -1,4 +1,4 @@
|
|||
# Created by: nemysis <nemysis@gmx.ch>
|
||||
# Created by: Rusmir Dusko <nemysis@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= tong
|
||||
|
@ -16,13 +16,12 @@ USES= gmake
|
|||
USE_SDL= image mixer sdl
|
||||
|
||||
PORTDOCS= CHANGELOG README making-of.txt notes.txt
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
DESKTOP_ENTRIES="TONG!" "${COMMENT}" "${PORTNAME}" \
|
||||
"${PORTNAME}" "Game;ArcadeGame;" false
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
DESKTOP_ENTRIES="TONG!" "" "${PORTNAME}" \
|
||||
"${PORTNAME}" "Game;ArcadeGame;" ""
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|GAME_DATA_DIR := .|GAME_DATA_DIR := ${DATADIR}|' \
|
||||
|
@ -34,9 +33,8 @@ do-install:
|
|||
@cd ${WRKSRC} && ${COPYTREE_SHARE} "*.png" ${STAGEDIR}${DATADIR}
|
||||
|
||||
@${MKDIR} ${STAGEDIR}${DATADIR}/media/
|
||||
|
||||
.for d in *.png *.xcf *.ogg *.ico
|
||||
@(cd ${WRKSRC}/media ; ${COPYTREE_SHARE} "${d}" ${STAGEDIR}${DATADIR}/media/)
|
||||
.for f in *.png *.xcf *.ogg *.ico
|
||||
@(cd ${WRKSRC}/media && ${COPYTREE_SHARE} "${f}" ${STAGEDIR}${DATADIR}/media/)
|
||||
.endfor
|
||||
|
||||
${LN} -sf ${DATADIR}/media/icon.png \
|
||||
|
|
Loading…
Reference in a new issue