diff options
author | steve <steve@FreeBSD.org> | 1998-07-13 07:48:34 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-07-13 07:48:34 +0800 |
commit | 0de6ee8ccb586fef0d88b1222338791a543a363b (patch) | |
tree | 8bc99b3462fac6f54786ab8358452a1e472b1611 /games | |
parent | a926136bc3b20ff834c6ee0e36de7be9836da199 (diff) | |
download | freebsd-ports-gnome-0de6ee8ccb586fef0d88b1222338791a543a363b.tar.gz freebsd-ports-gnome-0de6ee8ccb586fef0d88b1222338791a543a363b.tar.zst freebsd-ports-gnome-0de6ee8ccb586fef0d88b1222338791a543a363b.zip |
Initial import of xmlink version 5.4.4.
Missing Link puzzle for X Window System.
PR: 7076
Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
Diffstat (limited to 'games')
-rw-r--r-- | games/xmlink/Makefile | 28 | ||||
-rw-r--r-- | games/xmlink/distinfo | 1 | ||||
-rw-r--r-- | games/xmlink/pkg-comment | 1 | ||||
-rw-r--r-- | games/xmlink/pkg-descr | 4 | ||||
-rw-r--r-- | games/xmlink/pkg-plist | 3 |
5 files changed, 37 insertions, 0 deletions
diff --git a/games/xmlink/Makefile b/games/xmlink/Makefile new file mode 100644 index 000000000000..925a36eb31e8 --- /dev/null +++ b/games/xmlink/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: xmlink +# Version required: 5.4.4 +# Date created: 19 May 1998 +# Whom: Andrey Zakhvatov +# +# $Id$ +# + +DISTNAME= xmlink-5.4.4 +CATEGORIES= games +MASTER_SITES= ${MASTER_SITE_XCONTRIB} +MASTER_SITE_SUBDIR= games/xpuzzles + +MAINTAINER= andy@icc.surw.chel.su + +WRKSRC= ${WRKDIR}/xmlink +USE_IMAKE= yes +MAN1= xmlink.1 + +# Not configured to use Motif. +# Optionally edit ${WRKSRC}/Imakefile before build. + +do-install: + @ ${INSTALL_PROGRAM} ${WRKSRC}/xmlink ${PREFIX}/bin + @ ${INSTALL_DATA} ${WRKSRC}/Mlink.ad ${PREFIX}/lib/X11/app-defaults/Mlink + @ ${INSTALL_MAN} ${WRKSRC}/xmlink.man ${PREFIX}/man/man1/xmlink.1 + +.include <bsd.port.mk> diff --git a/games/xmlink/distinfo b/games/xmlink/distinfo new file mode 100644 index 000000000000..bd0a3534e49f --- /dev/null +++ b/games/xmlink/distinfo @@ -0,0 +1 @@ +MD5 (xmlink-5.4.4.tar.gz) = 283333adf34fcd27ec6ad035c518952c diff --git a/games/xmlink/pkg-comment b/games/xmlink/pkg-comment new file mode 100644 index 000000000000..3fb09dc9d5da --- /dev/null +++ b/games/xmlink/pkg-comment @@ -0,0 +1 @@ +Missing Link puzzle for X Window System. diff --git a/games/xmlink/pkg-descr b/games/xmlink/pkg-descr new file mode 100644 index 000000000000..971219eeaa39 --- /dev/null +++ b/games/xmlink/pkg-descr @@ -0,0 +1,4 @@ +Ideal's The Missing Link, a 4x4 puzzle, riding on the wave of Rubik's +Cube craze. There are many variations on this theme, including the "6x6" +puzzle and Babylon Tower. What makes the Missing Link a harder puzzle to +solve is that the 2 center positions rotate together. diff --git a/games/xmlink/pkg-plist b/games/xmlink/pkg-plist new file mode 100644 index 000000000000..98ef0f4e3870 --- /dev/null +++ b/games/xmlink/pkg-plist @@ -0,0 +1,3 @@ +bin/xmlink +man/man1/xmlink.1.gz +lib/X11/app-defaults/Mlink |