1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00

Update to 0.3.

The program's Makefile now plays nicely with FreeBSD, so
patch-Makefile is getting whacked.
This commit is contained in:
Adam Weinberger 2003-04-07 05:19:35 +00:00
parent 915a21d830
commit 6cca6f4173
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=78491
3 changed files with 2 additions and 27 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= wmfuzzy
PORTVERSION= 0.2
PORTVERSION= 0.3
CATEGORIES= x11-clocks windowmaker
MASTER_SITES= http://www.manicai.net/comp/wmfuzzy/
EXTRACT_SUFX= .tgz

View File

@ -1 +1 @@
MD5 (wmfuzzy-0.2.tgz) = a1d07243fe343921d61b6edfa83aa127
MD5 (wmfuzzy-0.3.tgz) = 3005074a22d28dd60c286ff5cb6baf5c

View File

@ -1,25 +0,0 @@
--- Makefile.orig Thu Aug 1 18:55:34 2002
+++ Makefile Mon Aug 5 13:17:41 2002
@@ -12,11 +12,8 @@
#group=-g root
-CC = gcc
-CFLAGS = -g -Wall
-INCDIR = -I/usr/X11R6/include/X11 -I/usr/X11R6/include
-DESTDIR= /usr/X11R6
-LIBDIR = -L/usr/X11R6/lib
+INCDIR = -I${X11BASE}/include/X11 -I${X11BASE}/include -I${LOCALBASE}/include
+LIBDIR = -L${X11BASE}/lib -L${LOCALBASE}/lib
# for linux
LIBS = -lXpm -lX11 -lXext
# for Solaris
@@ -36,7 +33,7 @@
all: ${name}
${name}: $(OBJS)
- $(CC) $(CFLAGS) $(SYSTEM) $(LIBDIR) $(LIBS) $^ -o ${name}
+ $(CC) $(CFLAGS) $(SYSTEM) $(LIBDIR) $(LIBS) $(OBJS) -o ${name}
install: all
install ${owner} ${group} -s -m 755 ./${name} ${prefix}/${name}