mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
cbf85e8162
- Support staging - Fix build on 10 PR: ports/182184 Submitted by: Edwin Mons <ports@edwinm.ik.nu> (maintainer)
25 lines
537 B
Makefile
25 lines
537 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= xtrojka
|
|
PORTVERSION= 1.2.3
|
|
CATEGORIES= games
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
|
MASTER_SITE_SUBDIR= games/arcade/tetris
|
|
DISTNAME= ${PORTNAME}${PORTVERSION:C/\.//g}
|
|
|
|
MAINTAINER= ports@edwinm.ik.nu
|
|
COMMENT= Game of skill similar to T*tris
|
|
|
|
USE_XORG= x11 xt xproto xaw xmu xext
|
|
MAKE_JOBS_UNSAFE= yes
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}
|
|
MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX}
|
|
|
|
pre-install:
|
|
${MKDIR} ${STAGEDIR}${PREFIX}/share/xtrojka
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/xtrojka
|
|
|
|
.include <bsd.port.mk>
|