mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Add staging support
This commit is contained in:
parent
377e81b103
commit
046440eb83
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357640
@ -18,23 +18,14 @@ GNU_CONFIGURE= yes
|
||||
|
||||
GCONF_SCHEMAS= gnome-osd.schemas
|
||||
|
||||
MAN1= gnome-osd-client.1
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
NO_STAGE= yes
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
post-install:
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
.for file in AUTHORS NEWS README
|
||||
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
|
||||
.endfor
|
||||
.endif
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
(cd ${WRKSRC} && ${INSTALL_DATA} AUTHORS NEWS README \
|
||||
${STAGEDIR}${DOCSDIR})
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -37,6 +37,7 @@ etc/xdg/autostart/gnome-osd-event-bridge.desktop
|
||||
%%PYTHON_SITELIBDIR%%/gnomeosd/xscreensaver.pyo
|
||||
libdata/bonobo/servers/GNOME_OSD.server
|
||||
libexec/gnome-osd-server
|
||||
man/man1/gnome-osd-client.1.gz
|
||||
share/applications/gnome-osd-properties.desktop
|
||||
share/dbus-1/services/pt.inescporto.telecom.GnomeOSD.EventBridge.service
|
||||
share/dbus-1/services/pt.inescporto.telecom.GnomeOSD.service
|
||||
@ -63,6 +64,4 @@ share/locale/zh_CN/LC_MESSAGES/gnome-osd.mo
|
||||
share/pixmaps/gnome-osd.png
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
@dirrm %%DATADIR%%
|
||||
@dirrmtry share/dbus-1/services
|
||||
@dirrmtry share/dbus-1
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/gnomeosd
|
||||
|
Loading…
Reference in New Issue
Block a user