1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Import of wmmatrix.

wmmatrix is a dock app that runs a slightly modified version of
Jamie Zawinski's xmatrix screenhack.

PR:		14312
Submitted by:	Brian Handy <handy@physics.montana.edu>
This commit is contained in:
Jim Mock 1999-11-03 01:33:52 +00:00
parent 4effd04dd9
commit b0b43ea99c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=22877
6 changed files with 43 additions and 0 deletions

21
x11/wmmatrix/Makefile Normal file
View File

@ -0,0 +1,21 @@
# New ports collection makefile for: wmMatrix
# Version required: 0.2
# Date created: 13 October 1999
# Whom: Brian Handy <handy@physics.montana.edu>
#
# $FreeBSD$
DISTNAME= wmMatrix-0.2
PKGNAME= wmmatrix-0.2
CATEGORIES= x11 windowmaker
MASTER_SITES= http://nis-www.lanl.gov/~mgh/WindowMaker/
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
USE_GMAKE= yes
USE_X_PREFIX= yes
ALL_TARGET= clean all
.include <bsd.port.mk>

1
x11/wmmatrix/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (wmMatrix-0.2.tar.gz) = 4e9f0c94e78ad65ea9a564fba5f7a187

View File

@ -0,0 +1,14 @@
--- Makefile.orig Mon Aug 16 10:01:58 1999
+++ Makefile Wed Oct 13 17:20:45 1999
@@ -1,7 +1,8 @@
-CC = gcc
-CFLAGS = -O2 -Wall
+CC ?= gcc
+CFLAGS ?= -O2 -Wall
+CFLAGS += -Wall
INCDIR = -I/usr/X11R6/include/X11 -I/usr/X11R6/include
-DESTDIR= /usr/X11R6
+DESTDIR= ${PREFIX}
LIBDIR = -L/usr/X11R6/lib
# for Linux

1
x11/wmmatrix/pkg-comment Normal file
View File

@ -0,0 +1 @@
A DockApp that runs a version of the xmatrix screenhack

5
x11/wmmatrix/pkg-descr Normal file
View File

@ -0,0 +1,5 @@
A DockApp that runs a slightly modified version of Jamie Zawinski's
xmatrix screenhack.
Author:
Mike Henderson <mghenderson@lanl.gov>

1
x11/wmmatrix/pkg-plist Normal file
View File

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