summaryrefslogtreecommitdiff
path: root/x11/rofi-calc/Makefile
blob: 7e92a4396681f345bd5d3e7ae4136e8d4176ac50 (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
PORTNAME=	rofi-calc
DISTVERSIONPREFIX=	v
DISTVERSION=	2.3.1
CATEGORIES=	x11

MAINTAINER=	vidar@karlsen.tech
COMMENT=	Do live calculations in rofi
WWW=		https://github.com/svenstaro/rofi-calc

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

BUILD_DEPENDS=	rofi:x11/rofi
LIB_DEPENDS=	libcairo.so:graphics/cairo \
		libglib-2.0.so:devel/glib20 \
		libqalculate.so:math/libqalculate
RUN_DEPENDS=	rofi:x11/rofi

USES=		autoreconf gettext-runtime libtool pkgconfig
USE_GITHUB=	yes

GH_ACCOUNT=	svenstaro
GNU_CONFIGURE=	yes

INSTALL_TARGET=	install-strip

PLIST_FILES=	lib/rofi/calc.so

.include <bsd.port.mk>