diff options
author | trevor <trevor@FreeBSD.org> | 2003-10-14 13:48:56 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2003-10-14 13:48:56 +0800 |
commit | ac92cb4479f0811765218899f0981f6d89055c04 (patch) | |
tree | 993d0284bb717b29628ba47e51eea1f9391a318e /x11-wm | |
parent | de8740ca1c1c12e1e2c0fff638d0f06c696a0508 (diff) | |
download | freebsd-ports-gnome-ac92cb4479f0811765218899f0981f6d89055c04.tar.gz freebsd-ports-gnome-ac92cb4479f0811765218899f0981f6d89055c04.tar.zst freebsd-ports-gnome-ac92cb4479f0811765218899f0981f6d89055c04.zip |
Install pkg-config files needed by obconf.
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/openbox/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/x11-wm/openbox/Makefile b/x11-wm/openbox/Makefile index 466e6e6c4661..5cdf303ba1b5 100644 --- a/x11-wm/openbox/Makefile +++ b/x11-wm/openbox/Makefile @@ -8,6 +8,7 @@ PORTNAME= openbox PORTVERSION= 0.3.0.4 +PORTREVISION= 1 CATEGORIES= x11-wm MASTER_SITES= http://icculus.org/openbox/releases/ DISTNAME= openbox-3.0-rc4 @@ -49,6 +50,9 @@ pre-install: .for ii in gnome-panel-control openbox kdetrayproxy themeupdate.py ${ECHO_CMD} bin/${ii} >> ${PLIST} .endfor +.for ii in parser render + ${ECHO_CMD} libdata/pkgconfig/ob${ii}-3.0.pc >> ${PLIST} +.endfor cd ${WRKSRC} && ${FIND} -s data themes -type f \ | ${SED} -e 's:^:share/openbox/:' >> ${PLIST} \ && ${FIND} data themes -type d | sort -r \ @@ -82,6 +86,10 @@ do-install: .for ii in parser/parse render/theme render/render ${INSTALL_DATA} ${WRKSRC}/${ii}.h ${PREFIX}/include/openbox/3.0 .endfor +.for ii in parser render + ${INSTALL_DATA} ${WRKSRC}/${ii}/ob${ii}-3.0.pc \ + ${PREFIX}/libdata/pkgconfig/ +.endfor .for ii in menu rc ${INSTALL_DATA} ${WRKSRC}/data/${ii}.xml \ ${PREFIX}/etc/openbox/xdg/openbox |