git: 9ae5aa698d12 - main - x11/wbar: Update WWW address
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 06 Jul 2023 09:26:09 UTC
The branch main has been updated by nivit: URL: https://cgit.FreeBSD.org/ports/commit/?id=9ae5aa698d124241d784b1b6b3a3be92c417437b commit 9ae5aa698d124241d784b1b6b3a3be92c417437b Author: Nicola Vitale <nivit@FreeBSD.org> AuthorDate: 2023-07-06 09:24:47 +0000 Commit: Nicola Vitale <nivit@FreeBSD.org> CommitDate: 2023-07-06 09:25:55 +0000 x11/wbar: Update WWW address - Pet portclippy/portfmt --- x11/wbar/Makefile | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/x11/wbar/Makefile b/x11/wbar/Makefile index e967dd87bbe4..7a255d06e822 100644 --- a/x11/wbar/Makefile +++ b/x11/wbar/Makefile @@ -6,33 +6,32 @@ MASTER_SITES= https://storage.googleapis.com/google-code-archive-downloads/v2/co MAINTAINER= nivit@FreeBSD.org COMMENT= Simple and highly customizable quick launch bar -WWW= http://wbar.googlecode.com/ +WWW= https://code.google.com/archive/p/wbar/ LICENSE= GPLv3 BUILD_DEPENDS= intltool-update:textproc/intltool LIB_DEPENDS= libImlib2.so:graphics/imlib2 -CONFIGURE_ARGS= --exec-prefix=${PREFIX} - USES= compiler:c++11-lang gettext gmake gnome pkgconfig tar:tgz GNU_CONFIGURE= yes +CONFIGURE_ARGS= --exec-prefix=${PREFIX} LDFLAGS+= -L${LOCALBASE}/lib -OPTIONS_DEFINE= NLS WBARCONFIG +PLIST_SUB+= DESKTOPDIR=${DESKTOPDIR:S,${PREFIX}/,,} + +OPTIONS_DEFINE= NLS WBARCONFIG OPTIONS_DEFAULT= WBARCONFIG -OPTIONS_SUB= yes +OPTIONS_SUB= yes WBARCONFIG_DESC= Build the GTK+ configuration interface NLS_CONFIGURE_ENABLE= nls -NLS_LIBS= -lintl +NLS_LIBS= -lintl +WBARCONFIG_USE= GNOME=libglade2 WBARCONFIG_CONFIGURE_ENABLE= wbar-config -WBARCONFIG_USE= GNOME=libglade2 - -PLIST_SUB+= DESKTOPDIR=${DESKTOPDIR:S,${PREFIX}/,,} post-install: ${MV} ${STAGEDIR}${PREFIX}/etc/wbar.d/wbar.desktop ${STAGEDIR}${DESKTOPDIR}/wbar.desktop