1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Initial import of bogged version 1.0.0.

A word game for the X Window System.

PR:		7030
Submitted by:	Andrey Zakhvatov <andy@icc.surw.chel.su>
This commit is contained in:
Steve Price 1998-07-12 23:53:09 +00:00
parent d263083423
commit 3706a6dd69
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=11879
6 changed files with 48 additions and 0 deletions

33
games/bogged/Makefile Normal file
View File

@ -0,0 +1,33 @@
# New ports collection makefile for: bogged
# Version required: 1.0.0
# Date created: 18 May 1998
# Whom: Andrey Zakhvatov
#
# $Id$
#
DISTNAME= bogged-1.0.0
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= games/strategy
EXTRACT_SUFX= .gz
MAINTAINER= andy@icc.surw.chel.su
RUN_DEPENDS= wish8.0:${PORTSDIR}/x11/tk80
EXTRACT_CMD= ${CP}
EXTRACT_BEFORE_ARGS=
EXTRACT_AFTER_ARGS= ${WRKDIR}
NO_BUILD= yes
USE_X11= yes
WRKSRC= ${WRKDIR}
post-extract:
@ ${GUNZIP_CMD} ${WRKDIR}/${DISTNAME}${EXTRACT_SUFX}
do-install:
@ ${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} ${PREFIX}/bin/bogged
.include <bsd.port.mk>

1
games/bogged/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (bogged-1.0.0.gz) = 0b42c72a937c0681ef423d22adf6e18d

View File

@ -0,0 +1,10 @@
--- bogged-1.0.0 Mon May 18 11:52:13 1998
+++ /home/andy/tmp/wrk/bogged-1.0.0 Mon May 18 11:51:59 1998
@@ -1,6 +1,6 @@
#!/bin/sh
# the next line restarts using wish \
-exec wish "$0" "$@"
+exec wish8.0 "$0" "$@"
#
# Bogged is Copyright 1998 Todd David Rudick

1
games/bogged/pkg-comment Normal file
View File

@ -0,0 +1 @@
Word game for X Window System.

2
games/bogged/pkg-descr Normal file
View File

@ -0,0 +1,2 @@
Bogged is an addictive word game, like boggle,
for X Window System and Tcl/Tk.

1
games/bogged/pkg-plist Normal file
View File

@ -0,0 +1 @@
bin/bogged