mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Add USES=libtool and INSTALL_TARGET=install-strip
This commit is contained in:
parent
d83174943f
commit
026632a455
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=365191
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= xfce4-mailwatch-plugin
|
||||
PORTVERSION= 1.2.0
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= mail xfce
|
||||
MASTER_SITES= ${MASTER_SITE_XFCE}
|
||||
MASTER_SITE_SUBDIR= src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
|
||||
@ -15,9 +15,10 @@ COMMENT= Mail notification applet for the Xfce panel
|
||||
LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls \
|
||||
libgcrypt.so:${PORTSDIR}/security/libgcrypt
|
||||
|
||||
INSTALLS_ICONS= yes
|
||||
USES= gettext gmake pkgconfig tar:bzip2
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALLS_ICONS= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
USES= gettext gmake libtool pkgconfig tar:bzip2
|
||||
USE_GNOME= glib20 gtk20 intltool intlhack
|
||||
USE_XFCE= configenv libexo libmenu libutil panel
|
||||
USE_XORG= x11
|
||||
|
@ -1,4 +1,3 @@
|
||||
lib/xfce4/panel/plugins/libmailwatch.la
|
||||
lib/xfce4/panel/plugins/libmailwatch.so
|
||||
share/icons/hicolor/48x48/apps/xfce-newmail.png
|
||||
share/icons/hicolor/48x48/apps/xfce-nomail.png
|
||||
|
Loading…
Reference in New Issue
Block a user