mirror, since this allows to use the USE_GITHUB helper. Unfortunately this snapshot is not tagged so we have to use GH_TAGNAME. One big advantage is that this new version does not depend on the deprecated x11-toolkits/libxfce4gui component anymore. Since it's a in development plugin it does not provide a configure script but depends on devel/xfce4-dev-tools to generate the required parts. Move the two files from pkg-plist to PLIST_FILES. PR: 226821 Submitted by: madpilot
34 lines
864 B
Makefile
34 lines
864 B
Makefile
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xfce4-generic-slider
|
|
PORTVERSION= 0.0.20171223
|
|
CATEGORIES= deskutils
|
|
|
|
MAINTAINER= ehaupt@FreeBSD.org
|
|
COMMENT= Slider plugin to adjust and/or monitor any numeric variable
|
|
|
|
LICENSE= GPLv3
|
|
|
|
BUILD_DEPENDS= xdt-autogen:devel/xfce4-dev-tools
|
|
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
|
|
libfreetype.so:print/freetype2
|
|
|
|
USES= gettext gmake libtool pkgconfig xfce
|
|
USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk20 intltool pango
|
|
USE_XFCE= libmenu panel
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= xfce-mirror
|
|
GH_TAGNAME= d1fc31f
|
|
|
|
PLIST_FILES= lib/xfce4/panel/plugins/libgeneric-slider.so \
|
|
share/xfce4/panel/plugins/generic-slider.desktop
|
|
|
|
pre-configure:
|
|
(cd ${WRKSRC} && ./autogen.sh)
|
|
|
|
post-install:
|
|
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/xfce4/panel/plugins/libgeneric-slider.so
|
|
|
|
.include <bsd.port.mk>
|