summaryrefslogtreecommitdiff
path: root/x11-wm/novawm
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2003-02-10 21:20:55 +0000
committerPatrick Li <pat@FreeBSD.org>2003-02-10 21:20:55 +0000
commit9bdcbe81be118ea1d1ec524ef2d718ecfdb55fbb (patch)
treecd92669646bc8af30675799de01b4576f9e365cf /x11-wm/novawm
parentUpdate to 1.0.10 (diff)
Update to 0.8
PR: ports/48148 Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes
Notes: svn path=/head/; revision=75261
Diffstat (limited to 'x11-wm/novawm')
-rw-r--r--x11-wm/novawm/Makefile12
-rw-r--r--x11-wm/novawm/distinfo2
-rw-r--r--x11-wm/novawm/files/patch-Makefile.in12
-rw-r--r--x11-wm/novawm/pkg-plist1
4 files changed, 13 insertions, 14 deletions
diff --git a/x11-wm/novawm/Makefile b/x11-wm/novawm/Makefile
index 9459d5056b2c..daf508023355 100644
--- a/x11-wm/novawm/Makefile
+++ b/x11-wm/novawm/Makefile
@@ -6,25 +6,25 @@
#
PORTNAME= novawm
-PORTVERSION= 0.7
+PORTVERSION= 0.8
CATEGORIES= x11-wm
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
-DISTNAME= ${PORTNAME}-${PORTVERSION}_alpha
+DISTNAME= NovaWM-${PORTVERSION}_alpha
MAINTAINER= ports@FreeBSD.org
+USE_BZIP2= yes
+USE_X_PREFIX= yes
USE_XPM= yes
+USE_GMAKE= yes
GNU_CONFIGURE= yes
-USE_X_PREFIX= yes
-
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
-.for file in README COPYING AUTHORS ChangeLog INSTALL TODO
+.for file in AUTHORS ChangeLog INSTALL README TODO
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif
diff --git a/x11-wm/novawm/distinfo b/x11-wm/novawm/distinfo
index bb0007132998..7302db43e878 100644
--- a/x11-wm/novawm/distinfo
+++ b/x11-wm/novawm/distinfo
@@ -1 +1 @@
-MD5 (novawm-0.7_alpha.tar.gz) = a98fde6d329588f6313ef87434250590
+MD5 (NovaWM-0.8_alpha.tar.bz2) = 1e343b84d728bb1f22330bfdc6d99b8f
diff --git a/x11-wm/novawm/files/patch-Makefile.in b/x11-wm/novawm/files/patch-Makefile.in
index b99bf29456d2..a0cb47632bfe 100644
--- a/x11-wm/novawm/files/patch-Makefile.in
+++ b/x11-wm/novawm/files/patch-Makefile.in
@@ -1,5 +1,5 @@
---- src/Makefile.in.orig Wed Jun 5 11:22:00 2002
-+++ src/Makefile.in Sun Jun 23 21:09:00 2002
+--- src/Makefile.in.orig Sun Nov 24 13:12:57 2002
++++ src/Makefile.in Sat Feb 8 02:02:46 2003
@@ -73,10 +73,10 @@
PACKAGE_PIXMAPS_DIR = @PACKAGE_PIXMAPS_DIR@
VERSION = @VERSION@
@@ -8,17 +8,17 @@
+INCLUDES = -I${X11BASE}/include
--CXXFLAGS = -D_WIN_GNOME_SUPPORT -Wall -Wimplicit -Wreturn-type -Wunused -Wswitch -Wcomment -Wuninitialized -Wparentheses -Wtraditional -Wpointer-arith -Wmissing-prototypes -O2
-+CXXFLAGS += -D_WIN_GNOME_SUPPORT -Wall -Wimplicit -Wreturn-type -Wunused -Wswitch -Wcomment -Wuninitialized -Wparentheses -Wtraditional -Wpointer-arith -Wmissing-prototypes
+-CXXFLAGS = -D_WIN_GNOME_SUPPORT -DDEBUG -Wall -Wimplicit -Wreturn-type -Wunused -Wswitch -Wcomment -Wuninitialized -Wparentheses -Wtraditional -Wpointer-arith -Wmissing-prototypes -g
++CXXFLAGS = @CXXFLAGS@ -D_WIN_GNOME_SUPPORT
bin_PROGRAMS = novawm
@@ -84,7 +84,7 @@
- novawm_SOURCES = main.cpp events.cpp menu.cpp novawm.h winmgr.cpp bar.cpp config.cpp icon_close.xpm icon_hide.xpm icon_stretch.xpm
+ novawm_SOURCES = main.cpp events.cpp menu.cpp novawm.h winmgr.cpp bar.cpp icon_close.xpm icon_hide.xpm icon_stretch.xpm cfg_parse.cpp
-novawm_LDFLAGS = -L/usr/X11R6/lib
+novawm_LDFLAGS = -L${X11BASE}/lib
- novawm_LDADD = -lX11 -lXpm
+ novawm_LDADD = -lX11 -lXpm -lstdc++
diff --git a/x11-wm/novawm/pkg-plist b/x11-wm/novawm/pkg-plist
index d6a3ea1e4147..27f236f90a2e 100644
--- a/x11-wm/novawm/pkg-plist
+++ b/x11-wm/novawm/pkg-plist
@@ -1,6 +1,5 @@
bin/novawm
%%PORTDOCS%%share/doc/novawm/AUTHORS
-%%PORTDOCS%%share/doc/novawm/COPYING
%%PORTDOCS%%share/doc/novawm/ChangeLog
%%PORTDOCS%%share/doc/novawm/INSTALL
%%PORTDOCS%%share/doc/novawm/README