freebsd-ports/sysutils/contractor/Makefile
Olivier Duchateau c7cc060b5d sysutils/contractor: update to 0.3.5
- Update to 0.3.5
- Take maintainership
- Add patch to avoid warning during build stage

PR:		257185
2021-07-14 19:19:18 +02:00

22 lines
467 B
Makefile

# Created by: Olivier Duchateau
PORTNAME= contractor
PORTVERSION= 0.3.5
CATEGORIES= sysutils
MAINTAINER= duchateau.olivier@gmail.com
COMMENT= Desktop-wide extension service
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= valac:lang/vala
LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \
libgee-0.8.so:devel/libgee
USES= gettext-runtime gnome meson pkgconfig tar:xz
USE_GITHUB= yes
GH_ACCOUNT= elementary
USE_GNOME= glib20
.include <bsd.port.mk>