blob: db64b5e00ba606edda4f197df7aef1661fe84028 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# 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
DEPRECATED= Unsupported upstream since 2009, no active source repository.
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>
|