svn commit: r493169 - head/sysutils/xfce4-bsdcpufreq-plugin
Thomas Zander
riggs at FreeBSD.org
Sun Feb 17 15:26:00 UTC 2019
Author: riggs
Date: Sun Feb 17 15:25:59 2019
New Revision: 493169
URL: https://svnweb.freebsd.org/changeset/ports/493169
Log:
Modernise port Makefile
PR: 235130
Submitted by: madpilot
Reviewed by: riggs
Modified:
head/sysutils/xfce4-bsdcpufreq-plugin/Makefile
Modified: head/sysutils/xfce4-bsdcpufreq-plugin/Makefile
==============================================================================
--- head/sysutils/xfce4-bsdcpufreq-plugin/Makefile Sun Feb 17 13:54:29 2019 (r493168)
+++ head/sysutils/xfce4-bsdcpufreq-plugin/Makefile Sun Feb 17 15:25:59 2019 (r493169)
@@ -4,7 +4,7 @@
PORTNAME= xfce4-bsdcpufreq-plugin
PORTVERSION= 0.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= sysutils xfce
MAINTAINER= riggs at FreeBSD.org
@@ -13,17 +13,16 @@ COMMENT= Displays the current CPU clock frequency in t
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-USE_GITHUB= yes
-GH_ACCOUNT= riggs-
-GH_TAGNAME= be17b3a
-
-USE_GNOME= gtk20
-
USES= pkgconfig xfce
USE_XFCE= panel
+USE_GNOME= cairo gdkpixbuf2 gtk20
PLIST_FILES= lib/xfce4/panel/plugins/libbsdcpufreq.so \
share/xfce4/panel/plugins/bsdcpufreq.desktop
+
+USE_GITHUB= yes
+GH_ACCOUNT= riggs-
+GH_TAGNAME= be17b3a
do-install:
${MKDIR} ${STAGEDIR}${PREFIX}/lib/xfce4/panel/plugins
More information about the svn-ports-all
mailing list