Change log: 1.4.0 ====== - Add new icons and switch to rDNS naming - Add "About" dialog - Add help button to properties dialog - Improve progressbar look - Update URLs from goodies.x.o to docs.x.o (Bug #16170) - Fix compilation warnings - autoconf: AM_CONFIG_HEADER -> AC_CONFIG_HEADERS - Update `.gitignore` - Fix missing-prototypes - Remove GSourceFunc casts - Populate a combo box with known network interfaces - remove unused wormulon files - Move to common m4 versioning macros - Fix type for media_list on OpenBSD - Add basic GitLab pipeline - Translation Updates: Albanian, Basque, Belarusian, Chinese (Taiwan), Danish, Eastern Armenian, English (Canada), Finnish, Galician, Hebrew, Hungarian, Interlingue, Russian, Slovak, Slovenian, Spanish, Swedish, Turkish, Uyghur
16 lines
531 B
Makefile
16 lines
531 B
Makefile
# $NetBSD: Makefile,v 1.64 2021/12/11 13:44:44 gutteridge Exp $
|
|
|
|
.include "../../meta-pkgs/xfce4/Makefile.common"
|
|
|
|
DISTNAME= xfce4-netload-plugin-1.4.0
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= https://archive.xfce.org/src/panel-plugins/xfce4-netload-plugin/1.4/
|
|
|
|
HOMEPAGE= https://goodies.xfce.org/projects/panel-plugins/xfce4-netload-plugin
|
|
COMMENT= Xfce network load plugin
|
|
|
|
LDFLAGS.SunOS+= -lnsl
|
|
|
|
.include "../../x11/xfce4-panel/buildlink3.mk"
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|