o New port of a Window Maker dockapp that displays game scores from

Excite (TM)
o Port version 0.30

PR:		28388
Submitted by:	Patrick Li <pat@databits.net>
This commit is contained in:
Mario Sergio Fujikawa Ferreira 2001-07-03 01:01:50 +00:00
parent b01f67dc8e
commit b219be74cb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=44668
7 changed files with 67 additions and 0 deletions

View file

@ -179,6 +179,7 @@
SUBDIR += videotext
SUBDIR += viz
SUBDIR += whichman
SUBDIR += wmScoreBoard
SUBDIR += wmcp
SUBDIR += wmmand
SUBDIR += wmpal

View file

@ -0,0 +1,32 @@
# New ports collection makefile for: wmScoreBoard
# Date created: Sun Jun 24 17:08:15 EDT 2001
# Whom: Patrick Li <pat@databits.net>
#
# $FreeBSD$
#
PORTNAME= wmScoreBoard
PORTVERSION= 0.30
CATEGORIES= misc windowmaker
MASTER_SITES= http://home.att.net/~takuper/wmscoreboard/
MAINTAINER= pat@databits.net
RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
USE_GMAKE= yes
USE_X_PREFIX= yes
USE_XPM= yes
post-install:
.ifndef(NOPORTDOCS)
@${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} -m 755 \
${PREFIX}/share/doc/${PORTNAME}
@${INSTALL_DATA} ${WRKSRC}/../BUGS ${PREFIX}/share/doc/${PORTNAME}
@${INSTALL_DATA} ${WRKSRC}/../CHANGES ${PREFIX}/share/doc/${PORTNAME}
@${INSTALL_DATA} ${WRKSRC}/../HINTS ${PREFIX}/share/doc/${PORTNAME}
@${INSTALL_DATA} ${WRKSRC}/../README ${PREFIX}/share/doc/${PORTNAME}
.endif
.include <bsd.port.mk>

View file

@ -0,0 +1 @@
MD5 (wmScoreBoard-0.30.tar.gz) = 410b27ef95c2e46e8d1b06c191ec59a0

View file

@ -0,0 +1,17 @@
--- Makefile.orig Sat Apr 8 00:51:27 2000
+++ Makefile Mon Jul 2 21:51:07 2001
@@ -1,10 +1,9 @@
# Makefile for wmScoreBoard
-CC = gcc
-CFLAGS = -g -O2 -Wall
-INCDIR = -I/usr/X11R6/include/X11 -I/usr/X11R6/include
-LIBDIR = -L/usr/X11R6/lib
-DESTDIR = /usr/X11R6
+CFLAGS += -g -Wall
+INCDIR = -I${X11BASE}/include/X11 -I${X11BASE}/include
+LIBDIR = -L${X11BASE}/lib
+DESTDIR = $(PREFIX)
# for linux
LIBS = -lXpm -lX11 -lXext

View file

@ -0,0 +1 @@
Window Maker dockapp that display game scores from excite

View file

@ -0,0 +1,8 @@
wmScoreBoard is a Window Maker Dock App that shows the current (or
final) score to a game that a specified team is playing in. The
app currently gets its scores from Excite.
WWW: http://home.att.net/~takuper/wmscoreboard/
Author: Todd Kuper <takuper@worldnet.att.net>
- Patrick Li <pat@databits.net>

View file

@ -0,0 +1,7 @@
bin/GrabScores.excite
bin/wmScoreBoard
%%PORTDOCS%%share/doc/wmScoreBoard/BUGS
%%PORTDOCS%%share/doc/wmScoreBoard/CHANGES
%%PORTDOCS%%share/doc/wmScoreBoard/HINTS
%%PORTDOCS%%share/doc/wmScoreBoard/README
%%PORTDOCS%%@dirrm share/doc/wmScoreBoard