aboutsummaryrefslogtreecommitdiff
path: root/x11/rofi-calc/Makefile
blob: 7bc8727864cac7c55c3cef321c3852e55262de45 (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.0.0
CATEGORIES=	x11

MAINTAINER=	vidar@karlsen.tech
COMMENT=	Do live calculations in rofi

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>