Maintain-update of x11-wm/pekwm

PR:		53509
Submitted by:	Anders Andersson <anders@andersa.net> (maintainer)
This commit is contained in:
Daichi GOTO 2003-06-26 07:12:48 +00:00
parent 8d650c58de
commit edb3aade8f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=83627
2 changed files with 13 additions and 24 deletions

View file

@ -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

View file

@ -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
}