mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
e1f9f696fe
Unbreak bwn-firmware-kmod on powerpc64, there are PCI controllers on powerpc64 boards. Approved by: mentors (implicit approval)
29 lines
616 B
Makefile
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>
|