freebsd-ports/x11/rofi-calc/Makefile
Fernando Apesteguía 54faa52f59 x11/rofi-calc: update to 1.7
In addition:

* Set MAINTAINER to submitter
* Strip objects

PR:	246779
Submitted by:	vidar@karlsen.tech
Reviewed by:	ports@xanderio.de (maintainer)
2020-05-28 11:59:09 +00:00

31 lines
567 B
Makefile

# $FreeBSD$
PORTNAME= rofi-calc
DISTVERSIONPREFIX= v
DISTVERSION= 1.7
CATEGORIES= x11
MAINTAINER= vidar@karlsen.tech
COMMENT= Do live calculations in rofi
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rofi:x11/rofi
BUILD_DEPENDS= rofi:x11/rofi
LIB_DEPENDS= libcairo.so:graphics/cairo \
libglib-2.0.so:devel/glib20 \
libqalculate.so:math/libqalculate
USES= autoreconf gettext-runtime libtool pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= svenstaro
GNU_CONFIGURE= yes
PLIST_FILES= lib/rofi/calc.so
INSTALL_TARGET= install-strip
.include <bsd.port.mk>