bcallah 8601025a62 Update to tanglet-1.5.5
FIXED: Compile failure with Qt 5.14
Replaced deprecated code
Updated German word list
2020-02-23 00:28:45 +00:00

15 lines
313 B
Makefile

# $OpenBSD: Makefile,v 1.20 2020/02/23 00:28:45 bcallah Exp $
GAME = tanglet
COMMENT = word finding game
DISTNAME = ${GAME}-1.5.5-src
WANTLIB += z
RUN_DEPENDS += misc/shared-mime-info
post-install:
mv ${PREFIX}/share/man/man6/${GAME}.6 ${PREFIX}/man/man6
rm -Rf ${PREFIX}/share/man/
.include <bsd.port.mk>