freebsd-ports/x11/xfce4-whiskermenu-plugin/Makefile
Olivier Duchateau b65beb26da - Update to 1.5.1
- Sort USES
- Add patch, which disables Mugshot (utility to edit user profile), and
MenuLibre (menu editor), they are not yet present in ports tree
2015-09-21 21:34:28 +00:00

26 lines
567 B
Makefile

# Created by: Olivier Duchateau
# $FreeBSD$
PORTNAME= xfce4-whiskermenu-plugin
PORTVERSION= 1.5.1
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
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USES= cmake gettext pkgconfig tar:bzip2 xfce
USE_GNOME= gtk20
USE_XFCE= panel
INSTALLS_ICONS= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>