087c4af633
Changes this release: https://mail.xfce.org/pipermail/xfce-announce/2017-December/000571.html
23 lines
504 B
Makefile
23 lines
504 B
Makefile
# Created by: Olivier Duchateau
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xfce4-whiskermenu-plugin
|
|
PORTVERSION= 1.7.5
|
|
CATEGORIES= x11 xfce
|
|
MASTER_SITES= XFCE/src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
|
|
DIST_SUBDIR= xfce4
|
|
|
|
MAINTAINER= xfce@FreeBSD.org
|
|
COMMENT= Alternate menu for the Xfce Desktop
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
PORTSCOUT= limit:^1\.7\.
|
|
|
|
USES= cmake:outsource gettext localbase pkgconfig tar:bzip2 xfce
|
|
USE_GNOME= gtk20 cairo
|
|
USE_XFCE= panel
|
|
INSTALLS_ICONS= yes
|
|
|
|
.include <bsd.port.mk>
|