15dac70c75
Upstream used to distribute protocol headers as separate packages, but has decided to merge those to a common package, named xorgproto. This update tracks that change. * Add a new port, x11/xorgproto, with are protocol headers for xorg. * Hook the new protocol port to the build and to infrastructure in bsd.xorg.mk. * Update all ports with a dependency on any of the old *proto packages to instead depend on xorgproto. Bump portrevision. * Delete the old *proto packages, update MOVED. PR: 230023 Submitted by: zeising Approved by: portmgr (antoine) exp-run by: antoine
21 lines
472 B
Makefile
21 lines
472 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= xtrojka
|
|
PORTVERSION= 1.2.3
|
|
PORTREVISION= 2
|
|
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 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>
|