1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/games/xtrojka/Makefile
Antoine Brodin f205c96629 - Allow staging as a regular user
- Bump portrevision as some files were not packaged with intended group
2014-11-01 19:04:18 +00:00

22 lines
469 B
Makefile

# $FreeBSD$
PORTNAME= xtrojka
PORTVERSION= 1.2.3
PORTREVISION= 1
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
USE_XORG= x11 xt xproto 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>