mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
Initial import of xmball version 5.4.4.
A masterball puzzle for the X Window System. PR: 7018 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
This commit is contained in:
parent
a03a12b7fd
commit
45599537b6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=11881
28
games/xmball/Makefile
Normal file
28
games/xmball/Makefile
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
# New ports collection makefile for: xmball
|
||||||
|
# Version required: 5.4.4
|
||||||
|
# Date created: 21 May 1998
|
||||||
|
# Whom: Andrey Zakhvatov
|
||||||
|
#
|
||||||
|
# $Id$
|
||||||
|
#
|
||||||
|
|
||||||
|
DISTNAME= xmball-5.4.4
|
||||||
|
CATEGORIES= games
|
||||||
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
||||||
|
MASTER_SITE_SUBDIR= games/xpuzzles
|
||||||
|
|
||||||
|
MAINTAINER= andy@icc.surw.chel.su
|
||||||
|
|
||||||
|
WRKSRC= ${WRKDIR}/xmball
|
||||||
|
USE_IMAKE= yes
|
||||||
|
MAN1= xmball.1
|
||||||
|
|
||||||
|
# Not configured to use Motif.
|
||||||
|
# Optionally edit ${WRKSRC}/Imakefile before build.
|
||||||
|
|
||||||
|
do-install:
|
||||||
|
@${INSTALL_PROGRAM} ${WRKSRC}/xmball ${PREFIX}/bin
|
||||||
|
@${INSTALL_DATA} ${WRKSRC}/Mball.ad ${PREFIX}/lib/X11/app-defaults/Mball
|
||||||
|
@${INSTALL_MAN} ${WRKSRC}/xmball.man ${PREFIX}/man/man1/xmball.1
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
1
games/xmball/distinfo
Normal file
1
games/xmball/distinfo
Normal file
@ -0,0 +1 @@
|
|||||||
|
MD5 (xmball-5.4.4.tar.gz) = 291887ad76cb53fa5368f4d237ce2a37
|
1
games/xmball/pkg-comment
Normal file
1
games/xmball/pkg-comment
Normal file
@ -0,0 +1 @@
|
|||||||
|
Masterball puzzle for X Window System.
|
6
games/xmball/pkg-descr
Normal file
6
games/xmball/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
Masterball is a puzzle similar in nature to the famous Rubik's Cube.
|
||||||
|
The original puzzle has 8 sectors on a sphere (longitudinal cuts),
|
||||||
|
with each sector divided into 4 segments (latitudinal cuts).
|
||||||
|
|
||||||
|
By building from the source and editing its Imakefile before the
|
||||||
|
``build'' phase, you may be able to use Motif or LessTif with this port.
|
3
games/xmball/pkg-plist
Normal file
3
games/xmball/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
bin/xmball
|
||||||
|
man/man1/xmball.1.gz
|
||||||
|
lib/X11/app-defaults/Mball
|
Loading…
Reference in New Issue
Block a user