- Change Makefile header, use my name and @FreeBSD.org email

- Change Desktop entry file
- Change install, cosmetical changes
This commit is contained in:
Rusmir Dusko 2014-03-17 09:57:49 +00:00
parent 8bcdc2f8e0
commit 9e563c6685
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348460

View File

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