mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
cf118ccf87
Reported by: lwhsu
21 lines
471 B
Makefile
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>
|