1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/games/xskewb/Makefile
Niclas Zeising be6c15b5c6 Add USES=xorg USES=gl, ports categories g
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.
2019-11-05 22:16:14 +00:00

27 lines
667 B
Makefile

# Created by: Andrey Zakhvatov
# $FreeBSD$
PORTNAME= xskewb
PORTVERSION= 5.5.2
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= XCONTRIB/games/xpuzzles
MAINTAINER= ports@FreeBSD.org
COMMENT= Skewb puzzle (similar to Rubik's Cube) for X Window
WRKSRC= ${WRKDIR}/${PORTNAME}
USES= imake xorg
USE_XORG= x11 xext xt sm ice
PLIST_FILES= bin/xskewb \
lib/X11/app-defaults/Skewb \
man/man1/xskewb.1.gz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xskewb ${STAGEDIR}${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/Skewb.ad ${STAGEDIR}${PREFIX}/lib/X11/app-defaults/Skewb
${INSTALL_MAN} ${WRKSRC}/xskewb.man ${STAGEDIR}${MANPREFIX}/man/man1/xskewb.1
.include <bsd.port.mk>