freebsd-ports/games/xtrojka/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

21 lines
471 B
Makefile

PORTNAME= xtrojka
PORTVERSION= 1.2.3
PORTREVISION= 3
CATEGORIES= games
MASTER_SITES= SUNSITE/games/arcade/tetris
DISTNAME= ${PORTNAME}${PORTVERSION:C/\.//g}
MAINTAINER= ports@edwinm.ik.nu
COMMENT= Game of skill similar to T*tris
USES= xorg
USE_XORG= x11 xt xorgproto xaw xmu xext
MAKE_JOBS_UNSAFE= yes
WRKSRC= ${WRKDIR}/${DISTNAME}
INSTALL_TARGET= install PREFIX=${STAGEDIR}${PREFIX}
pre-install:
${MKDIR} ${STAGEDIR}${PREFIX}/share/xtrojka
.include <bsd.port.mk>