aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/pekwm
diff options
context:
space:
mode:
authorDaichi GOTO <daichi@FreeBSD.org>2003-06-26 07:12:48 +0000
committerDaichi GOTO <daichi@FreeBSD.org>2003-06-26 07:12:48 +0000
commitedb3aade8f528878cf63c687879957d95db3ac67 (patch)
treec241611f860ce20550c5f491c789e1a79127fcc9 /x11-wm/pekwm
parent8d650c58de53939d6bfc24c8a1ccb8b296ce3745 (diff)
downloadports-edb3aade8f528878cf63c687879957d95db3ac67.tar.gz
ports-edb3aade8f528878cf63c687879957d95db3ac67.zip
Maintain-update of x11-wm/pekwm
PR: 53509 Submitted by: Anders Andersson <anders@andersa.net> (maintainer)
Notes
Notes: svn path=/head/; revision=83627
Diffstat (limited to 'x11-wm/pekwm')
-rw-r--r--x11-wm/pekwm/Makefile28
-rw-r--r--x11-wm/pekwm/files/patch-aa9
2 files changed, 13 insertions, 24 deletions
diff --git a/x11-wm/pekwm/Makefile b/x11-wm/pekwm/Makefile
index 0eb72c78aba5..9e78ae9367b8 100644
--- a/x11-wm/pekwm/Makefile
+++ b/x11-wm/pekwm/Makefile
@@ -7,6 +7,7 @@
PORTNAME= pekwm
PORTVERSION= 0.1.3
+PORTREVISION= 1
CATEGORIES= x11-wm
MASTER_SITES= http://pekwm.pekdon.net/files/source/
@@ -18,30 +19,9 @@ GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_BZIP2= yes
-.if defined(WITH_XINERAMA)
-CONFIGURE_ARGS+= --enable-xinerama
-.endif
-
-.if defined(WITH_HARBOUR)
-CONFIGURE_ARGS+= --enable-harbour
-.endif
-
-.if defined(WITH_PCRE)
-CONFIGURE_ARGS+= --enable-pcre
-CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib"
-LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre
-.endif
-
-pre-everything::
-.if !defined(WITH_XINERAMA)
- @${ECHO_CMD} "To enable xinerama support define WITH_XINERAMA"
-.endif
-.if !defined(WITH_HARBOUR)
- @${ECHO_CMD} "To enable basic DockApp support define WITH_HARBOUR"
-.endif
-.if !defined(WITH_PCRE)
- @${ECHO_CMD} "To enable pcre support define WITH_PCRE"
-.endif
+CONFIGURE_ARGS+= --enable-shape --disable-xft --disable-xinerama \
+ --disable-debug --enable-menus --enable-keygrabber \
+ --enable-harbour --disable-pcre
MAN1= pekwm.1
diff --git a/x11-wm/pekwm/files/patch-aa b/x11-wm/pekwm/files/patch-aa
new file mode 100644
index 000000000000..e7614ef5565e
--- /dev/null
+++ b/x11-wm/pekwm/files/patch-aa
@@ -0,0 +1,9 @@
+--- data/scripts/pekwm_themeset.pl.orig Wed Jun 18 21:15:56 2003
++++ data/scripts/pekwm_themeset.pl Wed Jun 18 21:16:16 2003
+@@ -46,5 +46,5 @@
+ print(PKCONF @file);
+ close(PKCONF);
+
+- system("pkill -HUP pekwm"); # Make pekwm re-read it's config
++ system("killall -HUP pekwm"); # Make pekwm re-read it's config
+ }