mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
be6c15b5c6
Add USES=xorg and USES=gl to ports in categories starting with 'g'. While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
23 lines
578 B
Makefile
23 lines
578 B
Makefile
# Created by: Yukihiro Nakai <nakai@mlab.t.u-tokyo.ac.jp>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xrubik
|
|
PORTVERSION= 5.5.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= games
|
|
MASTER_SITES= XCONTRIB/games/xpuzzles
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= X-based rubik's cube(tm)
|
|
|
|
WRKSRC= ${WRKDIR}/xrubik
|
|
USES= imake xorg
|
|
USE_XORG= xt sm ice xext x11
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/xrubik ${STAGEDIR}${PREFIX}/bin/
|
|
${INSTALL_DATA} ${WRKSRC}/Rubik.ad ${STAGEDIR}${PREFIX}/lib/X11/app-defaults/Rubik
|
|
${INSTALL_MAN} ${WRKSRC}/xrubik.man ${STAGEDIR}${PREFIX}/man/man1/xrubik.1
|
|
|
|
.include <bsd.port.mk>
|