diff options
author | trevor <trevor@FreeBSD.org> | 2003-11-21 00:09:45 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2003-11-21 00:09:45 +0800 |
commit | 084dae31d3383f79888167cc57f7f2186cf13940 (patch) | |
tree | 201b0afd8c273fd78f8029cac1bba04e0e6bf349 /x11-wm/openbox | |
parent | 7b442977ed311487c1142e63e056b9accf668965 (diff) | |
download | freebsd-ports-gnome-084dae31d3383f79888167cc57f7f2186cf13940.tar.gz freebsd-ports-gnome-084dae31d3383f79888167cc57f7f2186cf13940.tar.zst freebsd-ports-gnome-084dae31d3383f79888167cc57f7f2186cf13940.zip |
Update to 3.0.
Submitted by: Darren "igla" of batterybackups.net
Diffstat (limited to 'x11-wm/openbox')
-rw-r--r-- | x11-wm/openbox/Makefile | 28 | ||||
-rw-r--r-- | x11-wm/openbox/distinfo | 3 |
2 files changed, 19 insertions, 12 deletions
diff --git a/x11-wm/openbox/Makefile b/x11-wm/openbox/Makefile index b32a39928717..85333cee66ef 100644 --- a/x11-wm/openbox/Makefile +++ b/x11-wm/openbox/Makefile @@ -7,11 +7,9 @@ # PORTNAME= openbox -PORTVERSION= 0.3.0.4 -PORTREVISION= 1 +PORTVERSION= 3.0 CATEGORIES= x11-wm MASTER_SITES= http://icculus.org/openbox/releases/ -DISTNAME= openbox-3.0-rc4 MAINTAINER= trevor@FreeBSD.org COMMENT= Derived from, and similar to, Blackbox @@ -27,6 +25,7 @@ PLIST= ${WRKDIR}/pkg-plist USE_GMAKE= yes USE_GNOME= glib20 libxml2 USE_X_PREFIX= yes +INSTALLS_SHLIB= yes post-build: ${CP} -P ${WRKSRC}/data/rc.xml ${WRKSRC}/data/rc.xml.orig @@ -63,28 +62,35 @@ pre-install: .for ii in menu rc ${ECHO_CMD} etc/openbox/xdg/openbox/${ii}.xml >> ${PLIST} .endfor -.for ii in openbox/xdg/openbox openbox/xdg openbox - ${ECHO_CMD} @dirrm etc/${ii} >> ${PLIST} +.for ii in parse.h render.h theme.h version.h + ${ECHO_CMD} include/openbox/${ii} >> ${PLIST} .endfor -.for ii in include/openbox share/gnome/wm-properties - ${ECHO_CMD} @dirrm ${ii} >> ${PLIST} +.for ii in openbox/xdg/openbox openbox/xdg openbox + ${ECHO_CMD} @dirrm etc/${ii} >> ${PLIST} .endfor -.for ii in la lai so so.1 +.for ii in la lai so so.2 ${ECHO_CMD} lib/libobparser.${ii} >> ${PLIST} ${ECHO_CMD} lib/libobrender.${ii} >> ${PLIST} .endfor +.for ii in gnome/wm-properties gnome + ${ECHO_CMD} "@unexec rmdir %D/share/${ii} 2>/dev/null || true" \ + >> ${PLIST} +.endfor .if !defined(NOPORTDOCS) .for ii in ${DOCS} ${ECHO_CMD} share/doc/openbox/${ii} >> ${PLIST} .endfor ${ECHO_CMD} @dirrm share/doc/openbox >> ${PLIST} .endif +.for ii in include share + ${ECHO_CMD} @dirrm ${ii}/openbox >> ${PLIST} +.endfor do-install: ${MKDIR} ${DATADIR} ${PREFIX}/share/gnome/wm-properties \ ${PREFIX}/etc/openbox/xdg/openbox ${PREFIX}/include/openbox -.for ii in parser/parse render/theme render/render - ${INSTALL_DATA} ${WRKSRC}/${ii}.h ${PREFIX}/include/openbox +.for ii in parser/parse render/theme render/render version + ${INSTALL_DATA} ${WRKSRC}/${ii}.h ${PREFIX}/include/openbox/ .endfor .for ii in parser render ${INSTALL_DATA} ${WRKSRC}/${ii}/ob${ii}-3.0.pc \ @@ -104,7 +110,7 @@ do-install: cd ${WRKSRC} && ${INSTALL_DATA} data/* ${PREFIX}/share/openbox/ cd ${WRKSRC} && ${INSTALL_DATA} data/openbox.desktop \ ${PREFIX}/share/gnome/wm-properties/ -.for ii in la lai so so.1 +.for ii in la lai so so.2 cd ${WRKSRC} && \ ${INSTALL_DATA} parser/.libs/libobparser.${ii} ${PREFIX}/lib \ && ${INSTALL_DATA} render/.libs/libobrender.${ii} ${PREFIX}/lib diff --git a/x11-wm/openbox/distinfo b/x11-wm/openbox/distinfo index fb666b312bbb..8c03f4ad5fcd 100644 --- a/x11-wm/openbox/distinfo +++ b/x11-wm/openbox/distinfo @@ -1 +1,2 @@ -MD5 (openbox-3.0-rc4.tar.gz) = 129a2083e2d45effee007d96f33e1968 +$FreeBSD$ +MD5 (openbox-3.0.tar.gz) = 61074775106004b0add30dcaaf85a759 |