54faa52f59
In addition: * Set MAINTAINER to submitter * Strip objects PR: 246779 Submitted by: vidar@karlsen.tech Reviewed by: ports@xanderio.de (maintainer)
31 lines
567 B
Makefile
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>
|