1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/x11/xfce4-quicklauncher-plugin/Makefile
Piotr Kubaj e1f9f696fe Add USES=compiler:c11 to 2 next xfce4 ports.
Unbreak bwn-firmware-kmod on powerpc64, there are PCI controllers on powerpc64 boards.

Approved by:	mentors (implicit approval)
2019-10-10 14:57:55 +00:00

29 lines
616 B
Makefile

# Created by: Martin Wilke (miwi@FreeBSD.org)
# $FreeBSD$
PORTNAME= xfce4-quicklauncher-plugin
PORTVERSION= 1.9.4
PORTREVISION= 19
CATEGORIES= x11 xfce
MASTER_SITES= XFCE/panel-plugins
DIST_SUBDIR= xfce4
MAINTAINER= xfce@FreeBSD.org
COMMENT= Quicklauncher plugin for Xfce
LICENSE= GPLv2
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2
USES= compiler:c11 gettext gmake gnome libtool pkgconfig tar:bzip2 \
xfce:gtk2
USE_GNOME= cairo gdkpixbuf2 gtk20 intltool
USE_XFCE= libgui panel
SSP_UNSAFE= yes
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>