mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add USES=pathfix to fix packaging, this was accidently removed in the
previous commit. While here stagify and switch to USES=libtool
This commit is contained in:
parent
15d27efc50
commit
6c54a79f29
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=350981
2 changed files with 6 additions and 8 deletions
|
@ -12,23 +12,20 @@ COMMENT= GNOME 2 frontend for rdesktop and vncviewer
|
||||||
|
|
||||||
RUN_DEPENDS= rdesktop:${PORTSDIR}/net/rdesktop
|
RUN_DEPENDS= rdesktop:${PORTSDIR}/net/rdesktop
|
||||||
|
|
||||||
USE_AUTOTOOLS= libtool
|
|
||||||
USE_GNOME= gtk20
|
USE_GNOME= gtk20
|
||||||
USES= gettext gmake pkgconfig
|
USES= gettext gmake libtool pathfix pkgconfig
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ENV= LIBS="`pkg-config --libs libgnomeui-2.0`"
|
CONFIGURE_ENV= LIBS="`pkg-config --libs libgnomeui-2.0`"
|
||||||
CONFIGURE_ARGS= --disable-gnome
|
CONFIGURE_ARGS= --disable-gnome
|
||||||
CPPFLAGS+= -I${LOCALBASE}/include `pkg-config --cflags libgnomeui-2.0`
|
CPPFLAGS+= -I${LOCALBASE}/include `pkg-config --cflags libgnomeui-2.0`
|
||||||
LDFLAGS+= -L${LOCALBASE}/lib
|
LDFLAGS+= -L${LOCALBASE}/lib
|
||||||
|
|
||||||
MAN1= tsclient.1
|
|
||||||
PORTDOCS= COPYING NEWS README
|
PORTDOCS= COPYING NEWS README
|
||||||
|
|
||||||
OPTIONS_DEFINE= TIGHTVNC XNEST DOCS
|
OPTIONS_DEFINE= TIGHTVNC XNEST DOCS
|
||||||
TIGHTVNC_DESC= vncviewer support
|
TIGHTVNC_DESC= vncviewer support
|
||||||
XNEST_DESC= X via Xnest support
|
XNEST_DESC= X via Xnest support
|
||||||
|
|
||||||
NO_STAGE= yes
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MTIGHTVNC}
|
.if ${PORT_OPTIONS:MTIGHTVNC}
|
||||||
|
@ -46,12 +43,12 @@ post-patch:
|
||||||
${WRKSRC}/Makefile.in
|
${WRKSRC}/Makefile.in
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
@${LN} -sf ${PREFIX}/share/pixmaps/tsclient/tsclient.png \
|
@${LN} -sf tsclient.png \
|
||||||
${PREFIX}/share/pixmaps/tsclient.png
|
${STAGEDIR}${PREFIX}/share/pixmaps/tsclient.png
|
||||||
.if ${PORT_OPTIONS:MDOCS}
|
.if ${PORT_OPTIONS:MDOCS}
|
||||||
${MKDIR} ${DOCSDIR}
|
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||||
. for doc in ${PORTDOCS}
|
. for doc in ${PORTDOCS}
|
||||||
${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}
|
${INSTALL_DATA} ${WRKSRC}/${doc} ${STAGEDIR}${DOCSDIR}
|
||||||
. endfor
|
. endfor
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
bin/tsclient
|
bin/tsclient
|
||||||
libdata/bonobo/servers/GNOME_TSClientApplet.server
|
libdata/bonobo/servers/GNOME_TSClientApplet.server
|
||||||
libexec/tsclient-applet
|
libexec/tsclient-applet
|
||||||
|
man/man1/tsclient.1.gz
|
||||||
share/application-registry/tsclient.applications
|
share/application-registry/tsclient.applications
|
||||||
share/applications/tsclient.desktop
|
share/applications/tsclient.desktop
|
||||||
share/locale/ar/LC_MESSAGES/tsclient.mo
|
share/locale/ar/LC_MESSAGES/tsclient.mo
|
||||||
|
|
Loading…
Add table
Reference in a new issue