View | Details | Raw Unified | Return to bug 227338
Collapse All | Expand All

(-)Makefile (-1 / +8 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	openbox
4
PORTNAME=	openbox
5
PORTVERSION=	3.6
5
PORTVERSION=	3.6
6
PORTREVISION=	3
6
PORTREVISION=	4
7
CATEGORIES=	x11-wm
7
CATEGORIES=	x11-wm
8
MASTER_SITES=	http://openbox.org/dist/openbox/
8
MASTER_SITES=	http://openbox.org/dist/openbox/
9
9
Lines 23-28 Link Here
23
USE_LDCONFIG=	yes
23
USE_LDCONFIG=	yes
24
INSTALL_TARGET=	install-strip
24
INSTALL_TARGET=	install-strip
25
SHEBANG_FILES=	data/autostart/openbox-xdg-autostart
25
SHEBANG_FILES=	data/autostart/openbox-xdg-autostart
26
ETCDIR=		${PREFIX}/etc/xdg/${PORTNAME}
26
27
27
CFLAGS+=	-I${LOCALBASE}/include
28
CFLAGS+=	-I${LOCALBASE}/include
28
LDFLAGS+=	-L${LOCALBASE}/lib -lXext
29
LDFLAGS+=	-L${LOCALBASE}/lib -lXext
Lines 57-60 Link Here
57
post-configure:
58
post-configure:
58
	@${CHMOD} +x ${WRKSRC}/install-sh
59
	@${CHMOD} +x ${WRKSRC}/install-sh
59
60
61
post-install:
62
.for config_file in autostart environment menu.xml rc.xml
63
	@${MV} ${STAGEDIR}${ETCDIR}/${config_file} \
64
		${STAGEDIR}${ETCDIR}/${config_file}.sample
65
.endfor
66
60
.include <bsd.port.mk>
67
.include <bsd.port.mk>
(-)pkg-plist (-4 / +4 lines)
Lines 25-34 Link Here
25
bin/openbox-gnome-session
25
bin/openbox-gnome-session
26
bin/openbox-kde-session
26
bin/openbox-kde-session
27
bin/openbox-session
27
bin/openbox-session
28
etc/xdg/openbox/autostart
28
@sample %%ETCDIR%%/autostart.sample
29
etc/xdg/openbox/environment
29
@sample %%ETCDIR%%/environment.sample
30
etc/xdg/openbox/menu.xml
30
@sample %%ETCDIR%%/menu.xml.sample
31
etc/xdg/openbox/rc.xml
31
@sample %%ETCDIR%%/rc.xml.sample
32
lib/libobrender.a
32
lib/libobrender.a
33
lib/libobrender.so
33
lib/libobrender.so
34
lib/libobrender.so.29
34
lib/libobrender.so.29

Return to bug 227338