mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
- USES=libtool tar:bzip2
- Add INSTALL_TARGET=install-strip - Use option helpers
This commit is contained in:
parent
40121cc1fc
commit
cb2ff72c8b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360742
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= xfce4-systemload-plugin
|
||||
PORTVERSION= 1.1.1
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= sysutils xfce
|
||||
MASTER_SITES= ${MASTER_SITE_XFCE}
|
||||
MASTER_SITE_SUBDIR= src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
|
||||
@ -17,23 +17,16 @@ LICENSE= BSD
|
||||
LIB_DEPENDS= libupower-glib.so:${PORTSDIR}/sysutils/upower
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_BZIP2= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
USES= gmake libtool pkgconfig tar:bzip2
|
||||
USE_GNOME= gtk20 intltool intlhack
|
||||
USE_XFCE= configenv libmenu libutil panel
|
||||
USES= pkgconfig gmake
|
||||
|
||||
OPTIONS_DEFINE= NLS
|
||||
OPTIONS_DEFAULT= NLS
|
||||
OPTIONS_DEFAULT=NLS
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MNLS}
|
||||
USES+= gettext
|
||||
CONFIGURE_ARGS+=--enable-nls
|
||||
PLIST_SUB+= NLS=""
|
||||
.else
|
||||
CONFIGURE_ARGS+=--disable-nls
|
||||
PLIST_SUB+= NLS="@comment "
|
||||
.endif
|
||||
NLS_CONFIGURE_ENABLE= nls
|
||||
NLS_USES= gettext
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,3 @@
|
||||
lib/xfce4/panel/plugins/libsystemload.la
|
||||
lib/xfce4/panel/plugins/libsystemload.so
|
||||
%%NLS%%share/locale/ar/LC_MESSAGES/xfce4-systemload-plugin.mo
|
||||
%%NLS%%share/locale/ast/LC_MESSAGES/xfce4-systemload-plugin.mo
|
||||
|
Loading…
Reference in New Issue
Block a user