freebsd-ports/games/sudoku-sensei/Makefile
Rusmir Dusko ede8070bcd games/dcross
- Transfer maintainership to games@ team

games/openbubbles

- Mastersite disappeared, mirror on my SF site
- Transfer maintainership to games@ team
- Use tar:bzip2 instead of USE_BZIP2=yes
- Don't silence warnings
- Change WWW to WayBack

games/pythonsudoku

- Transfer maintainership to games@ team

games/robocalypto

- Transfer maintainership to games@ team

games/sudoku-sensei

- Transfer maintainership to games@ team
2014-05-18 21:04:16 +00:00

45 lines
1.4 KiB
Makefile

# Created by: Rusmir Dusko <nemysis@FreeBSD.org>
# $FreeBSD$
PORTNAME= sudoku-sensei
PORTVERSION= 02.00
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-for-linux/Source%20and%20exe%20files%20for%20linux%2C%20ver.%202.00/ \
SF/nemysisfreebsdp/${CATEGORIES}/:icons
DISTFILES= ${PORTNAME}-src-${DISTVERSION:S/./-/}${EXTRACT_SUFX} \
${PORTNAME}.png:icons
EXTRACT_ONLY= ${PORTNAME}-src-${DISTVERSION:S/./-/}${EXTRACT_SUFX}
MAINTAINER= games@FreeBSD.org
COMMENT= Enjoy playing with Sudoku boards designed by yourself
LICENSE= GPLv2
WRKSRC= ${WRKDIR}/SudokuSenseiSources
USES= qmake
USE_QT4= moc_build uic_build corelib gui iconengines_run imageformats_run
SUB_FILES= ${PORTNAME} pkg-deinstall pkg-message
DESKTOP_ENTRIES="Sudoku Sensei" "" "${PORTNAME}" \
"${PORTNAME}" "Game;LogicGame;" ""
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
.for d in board doc images language saves system
@(cd ${WRKSRC} && ${COPYTREE_SHARE} ${d} ${STAGEDIR}${DATADIR})
.endfor
${INSTALL_PROGRAM} ${WRKSRC}/SudokuSensei ${STAGEDIR}${DATADIR}
.for d in SudokuSensei.rc license.txt
@(cd ${WRKSRC} && ${CP} -a ${d} ${STAGEDIR}${DATADIR})
.endfor
# Fix Permission that user can write in saves and system directories
@(cd ${STAGEDIR}${DATADIR} && ${CHMOD} -R 775 saves system)
${INSTALL_DATA} ${_DISTDIR}/${PORTNAME}.png \
${STAGEDIR}${PREFIX}/share/pixmaps/
.include <bsd.port.mk>