mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
4ddfac46e6
- Get rid of QMAKEFLAGS - Convert to USES=dos2unix
28 lines
655 B
Makefile
28 lines
655 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= hexglass
|
|
PORTVERSION= 1.2.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= games
|
|
MASTER_SITES= GOOGLE_CODE
|
|
|
|
MAINTAINER= makc@FreeBSD.org
|
|
COMMENT= Tetris-like puzzle game based on a hexagonal grid
|
|
|
|
USE_QT4= gui moc_build rcc_build
|
|
USES= qmake
|
|
|
|
PLIST_FILES= bin/${PORTNAME} \
|
|
share/pixmaps/${PORTNAME}.xpm
|
|
|
|
DESKTOP_ENTRIES= "HexGlass" "${COMMENT}" \
|
|
"${PREFIX}/share/pixmaps/${PORTNAME}.xpm" \
|
|
"${PORTNAME}" "BlocksGame;Game;" true
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
|
${INSTALL_DATA} ${WRKSRC}/resources/logo512x512.xpm \
|
|
${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.xpm
|
|
|
|
.include <bsd.port.mk>
|