1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/games/xskewb/Makefile
Tim Vanderhoek e49f9e50dd Another Rubik's Cube-style puzzle. Uses 5 diamands, including one
distinct diamond per side.  Rather difficult to follow the movement
of diamonds around the sides, though...

PR:		ports/6159
Submitted by:	Andrey Zakhvatov <andy@icc.surw.chel.su>
1998-04-02 03:56:43 +00:00

26 lines
596 B
Makefile

# New ports collection makefile for: xskewb
# Version required: 5.4.3
# Date created: 25 March 1998
# Whom: Andrey Zakhvatov
#
# $Id$
#
DISTNAME= xskewb-5.4.3
CATEGORIES= games x11
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= games/xpuzzles
MAINTAINER= andy@icc.surw.chel.su
WRKSRC= ${WRKDIR}/xskewb
USE_IMAKE= yes
MAN1= xskewb.1
do-install:
@ ${INSTALL_PROGRAM} ${WRKSRC}/xskewb ${PREFIX}/bin
@ ${INSTALL_DATA} ${WRKSRC}/Skewb.ad ${PREFIX}/lib/X11/app-defaults/Skewb
@ ${INSTALL_MAN} ${WRKSRC}/xskewb.man ${PREFIX}/man/man1/xskewb.1
.include <bsd.port.mk>