mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Modernise port Makefile
PR: 235130 Submitted by: madpilot Reviewed by: riggs
This commit is contained in:
parent
f6d53e3f7e
commit
b95151751b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=493169
@ -4,7 +4,7 @@
|
||||
|
||||
PORTNAME= xfce4-bsdcpufreq-plugin
|
||||
PORTVERSION= 0.2
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= sysutils xfce
|
||||
|
||||
MAINTAINER= riggs@FreeBSD.org
|
||||
@ -13,18 +13,17 @@ COMMENT= Displays the current CPU clock frequency in the panel
|
||||
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
|
||||
${MKDIR} ${STAGEDIR}${PREFIX}/share/xfce4/panel/plugins
|
||||
|
Loading…
Reference in New Issue
Block a user