diff options
author | Steve Price <steve@FreeBSD.org> | 1998-07-12 23:57:25 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-07-12 23:57:25 +0000 |
commit | 45599537b6a73c2e1f16a62e36a7295f6cbc1935 (patch) | |
tree | b7006d8f3e03c3a5a7eb954cce0056beb08e3436 /games/xmball | |
parent | a03a12b7fd2c3150675d868a72356698cd3cbac4 (diff) |
Notes
Diffstat (limited to 'games/xmball')
-rw-r--r-- | games/xmball/Makefile | 28 | ||||
-rw-r--r-- | games/xmball/distinfo | 1 | ||||
-rw-r--r-- | games/xmball/pkg-comment | 1 | ||||
-rw-r--r-- | games/xmball/pkg-descr | 6 | ||||
-rw-r--r-- | games/xmball/pkg-plist | 3 |
5 files changed, 39 insertions, 0 deletions
diff --git a/games/xmball/Makefile b/games/xmball/Makefile new file mode 100644 index 000000000000..d80868a3840d --- /dev/null +++ b/games/xmball/Makefile @@ -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> diff --git a/games/xmball/distinfo b/games/xmball/distinfo new file mode 100644 index 000000000000..83faa2e67dd4 --- /dev/null +++ b/games/xmball/distinfo @@ -0,0 +1 @@ +MD5 (xmball-5.4.4.tar.gz) = 291887ad76cb53fa5368f4d237ce2a37 diff --git a/games/xmball/pkg-comment b/games/xmball/pkg-comment new file mode 100644 index 000000000000..456d540d1ff7 --- /dev/null +++ b/games/xmball/pkg-comment @@ -0,0 +1 @@ +Masterball puzzle for X Window System. diff --git a/games/xmball/pkg-descr b/games/xmball/pkg-descr new file mode 100644 index 000000000000..0b974d264d1a --- /dev/null +++ b/games/xmball/pkg-descr @@ -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. diff --git a/games/xmball/pkg-plist b/games/xmball/pkg-plist new file mode 100644 index 000000000000..fb281e77db72 --- /dev/null +++ b/games/xmball/pkg-plist @@ -0,0 +1,3 @@ +bin/xmball +man/man1/xmball.1.gz +lib/X11/app-defaults/Mball |