1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

* Update to version 0.2

* Changed file name to use lower case only
* Modified patches/to support X11BASE properly
* Added WWW: line into pkg/DESCR

PR:		15538
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
This commit is contained in:
Chris D. Faulhaber 1999-12-22 23:00:24 +00:00
parent c22fc511e0
commit e938ce249a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=23848
4 changed files with 16 additions and 9 deletions

View File

@ -1,5 +1,5 @@
# New ports collection makefile for: wmMatrix
# Version required: 0.2
# Version required: 0.2
# Date created: 13 October 1999
# Whom: Brian Handy <handy@physics.montana.edu>
#
@ -18,4 +18,7 @@ USE_GMAKE= yes
USE_X_PREFIX= yes
ALL_TARGET= clean all
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/wmMatrix ${PREFIX}/bin/wmmatrix
.include <bsd.port.mk>

View File

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

View File

@ -3,3 +3,5 @@ xmatrix screenhack.
Author:
Mike Henderson <mghenderson@lanl.gov>
WWW: http://nis-www.lanl.gov/~mgh/WindowMaker/DockApps.shtml

View File

@ -1 +1 @@
bin/wmMatrix
bin/wmmatrix