summaryrefslogtreecommitdiff
path: root/games/hexglass/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/hexglass/Makefile')
-rw-r--r--games/hexglass/Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/games/hexglass/Makefile b/games/hexglass/Makefile
deleted file mode 100644
index 94a5edb2de2b..000000000000
--- a/games/hexglass/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= hexglass
-PORTVERSION= 1.2.1
-PORTREVISION= 2
-CATEGORIES= games
-MASTER_SITES= GOOGLE_CODE
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Tetris-like puzzle game based on a hexagonal grid
-
-BROKEN= Unfetchable (google code has gone away)
-DEPRECATED= Unfetchable for more than six months (google code has gone away)
-EXPIRATION_DATE= 2017-04-30
-
-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>