mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 13:20:32 -04:00
Get this to compile when GTK+ is not present. Fix whitespace too.
Approved by: portmgr (marcus)
This commit is contained in:
parent
6d15c9b13c
commit
2ca0b9e9f4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=94854
1 changed files with 4 additions and 6 deletions
|
@ -13,8 +13,6 @@ MASTER_SITES= http://www.red-bean.com/~decklin/aewm/
|
||||||
MAINTAINER= trevor@FreeBSD.org
|
MAINTAINER= trevor@FreeBSD.org
|
||||||
COMMENT= ICCCM-compliant window manager based on 9wm
|
COMMENT= ICCCM-compliant window manager based on 9wm
|
||||||
|
|
||||||
BROKEN= "Does not compile, will be removed after Feb 2"
|
|
||||||
|
|
||||||
GTKCLIENTS= aemenu-gtk aepanel-gtk
|
GTKCLIENTS= aemenu-gtk aepanel-gtk
|
||||||
XAWCLIENTS= set-gnome-pda \
|
XAWCLIENTS= set-gnome-pda \
|
||||||
aesession \
|
aesession \
|
||||||
|
@ -29,7 +27,7 @@ USE_GMAKE= yes
|
||||||
USE_X_PREFIX= yes
|
USE_X_PREFIX= yes
|
||||||
WANT_GNOME= yes
|
WANT_GNOME= yes
|
||||||
USE_REINPLACE= yes
|
USE_REINPLACE= yes
|
||||||
REINPLACE_ARGS= -i'' -E
|
REINPLACE_ARGS= -i '' -E
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
.if ${HAVE_GNOME:Mgtk20}!=""
|
.if ${HAVE_GNOME:Mgtk20}!=""
|
||||||
|
@ -40,7 +38,7 @@ PKGNAMESUFFIX= -gtk
|
||||||
do-patch:
|
do-patch:
|
||||||
${REINPLACE_CMD} 's:/etc/X11/aewm/aewmrc:${PREFIX}/etc/aewmrc:g' \
|
${REINPLACE_CMD} 's:/etc/X11/aewm/aewmrc:${PREFIX}/etc/aewmrc:g' \
|
||||||
${WRKSRC}/src/aewm.h
|
${WRKSRC}/src/aewm.h
|
||||||
${REINPLACE_CMD} 's:\+make:\+gmake:g' ${WRKSRC}/Makefile
|
${REINPLACE_CMD} 's:clients::g' ${WRKSRC}/Makefile
|
||||||
.if ${HAVE_GNOME:Mgtk20}!=""
|
.if ${HAVE_GNOME:Mgtk20}!=""
|
||||||
${REINPLACE_CMD} 's:gtk-config:${GTK_CONFIG}:g' \
|
${REINPLACE_CMD} 's:gtk-config:${GTK_CONFIG}:g' \
|
||||||
${WRKSRC}/clients/Makefile
|
${WRKSRC}/clients/Makefile
|
||||||
|
|
Loading…
Add table
Reference in a new issue