blob: b789c58490d15ad6f7fed997936270d763ef73e1 (
plain)
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
31
32
33
34
35
36
37
38
|
PORTNAME= xfce4-docklike-plugin
PORTVERSION= 0.4.0
DISTVERSIONPREFIX= ${PORTNAME}
CATEGORIES= x11 xfce
MAINTAINER= bsd@quentb.com
COMMENT= Modern, minimalist taskbar for Xfce
WWW= https://gitlab.xfce.org/panel-plugins/xfce4-docklike-plugin
LICENSE= GPLv3
BUILD_DEPENDS= xdt-csource:devel/xfce4-dev-tools
LIB_DEPENDS= libinotify.so:devel/libinotify \
libharfbuzz.so:print/harfbuzz
USES= gettext-tools gmake gnome libtool pkgconfig xfce \
xorg
USE_GITLAB= yes
GL_SITE= https://gitlab.xfce.org
GL_ACCOUNT= panel-plugins
GL_COMMIT= e6831250e5ca792f31ef4b493b1a92020fe1ab6b
GNU_CONFIGURE= yes
CONFIGURE_SCRIPT= autogen.sh
INSTALL_TARGET= install-strip
LDFLAGS+= -L${LOCALBASE}/lib -linotify
USE_GNOME= cairo gdkpixbuf2 gtk30 intltool libwnck3
USE_XFCE= panel
USE_XORG= x11
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
NLS_USES= gettext-runtime
NLS_CONFIGURE_ENABLE= nls
.include <bsd.port.mk>
|