mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
c7cc060b5d
- Update to 0.3.5 - Take maintainership - Add patch to avoid warning during build stage PR: 257185
23 lines
467 B
Makefile
23 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>
|