summaryrefslogtreecommitdiffstats
path: root/deskutils/buoh
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2006-10-14 08:54:54 +0000
committermarcus <marcus@FreeBSD.org>2006-10-14 08:54:54 +0000
commit0deb7538cc6a5ae90f4e3e4bdbfe6d0ab974aed8 (patch)
tree17937489af4c767844fc63b684ae3e7b31948812 /deskutils/buoh
parente959473966b963953d63d5f00fae8751f2decf0f (diff)
downloadFreeBSD-ports-0deb7538cc6a5ae90f4e3e4bdbfe6d0ab974aed8.zip
FreeBSD-ports-0deb7538cc6a5ae90f4e3e4bdbfe6d0ab974aed8.tar.gz
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris)
Diffstat (limited to 'deskutils/buoh')
-rw-r--r--deskutils/buoh/Makefile9
-rw-r--r--deskutils/buoh/pkg-plist1
2 files changed, 6 insertions, 4 deletions
diff --git a/deskutils/buoh/Makefile b/deskutils/buoh/Makefile
index 1769c5c..06ead61 100644
--- a/deskutils/buoh/Makefile
+++ b/deskutils/buoh/Makefile
@@ -7,7 +7,7 @@
PORTNAME= buoh
PORTVERSION= 0.8.1
-PORTREVISION= 3
+PORTREVISION= 5
CATEGORIES= deskutils www gnome
MASTER_SITES= http://buoh.steve-o.org/downloads/
@@ -18,7 +18,7 @@ LIB_DEPENDS= soup-2.2.8:${PORTSDIR}/devel/libsoup
USE_GMAKE= yes
USE_GNOME= gnomehack gnomeprefix intlhack libgnomeui
-USE_X_PREFIX= yes
+USE_XLIB= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
@@ -46,7 +46,7 @@ pre-everything::
.endif
post-patch:
- @${REINPLACE_CMD} -e 's|[$$][(]datadir[)]/applications|${X11BASE}/share/applications|g' \
+ @${REINPLACE_CMD} -e 's|[$$][(]datadir[)]/applications|${LOCALBASE}/share/applications|g' \
${WRKSRC}/data/Makefile.in
post-install:
@@ -56,7 +56,8 @@ post-install:
@${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.endif
+ @${MKDIR} ${LOCALBASE}/share/pixmaps
@${LN} -sf ${DATADIR}/pixmaps/buoh64x64.png \
- ${X11BASE}/share/pixmaps/buoh64x64.png
+ ${LOCALBASE}/share/pixmaps/buoh64x64.png
.include <bsd.port.post.mk>
diff --git a/deskutils/buoh/pkg-plist b/deskutils/buoh/pkg-plist
index 9ab5c41..f1923d8 100644
--- a/deskutils/buoh/pkg-plist
+++ b/deskutils/buoh/pkg-plist
@@ -11,6 +11,7 @@ share/applications/buoh.desktop
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/TODO
share/pixmaps/buoh64x64.png
+@dirrmtry share/pixmaps
%%PORTDOCS%%@dirrm %%DOCSDIR%%
@dirrm %%DATADIR%%/ui
@dirrm %%DATADIR%%/pixmaps
OpenPOWER on IntegriCloud