blob: cbd39e176cfd8eb08dd6ccaa2854541c70e9f7ca (
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
|
# $FreeBSD$
PORTNAME= libhandy
PORTVERSION= 0.0.9
PORTREVISION= 1
CATEGORIES= x11-toolkits gnome
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
COMMENT= Library with GTK+ widgets for mobile phones
LICENSE= LGPL21
BUILD_DEPENDS= valac:lang/vala
LIB_DEPENDS= libgladeui-2.so:devel/glade
USES= compiler:c11 gettext gnome meson pkgconfig
USE_GNOME= cairo gtk30 introspection:build
USE_LDCONFIG= yes
MESON_ARGS= -Dtests=false
USE_GITLAB= yes
GL_SITE= https://source.puri.sm/
GL_ACCOUNT= Librem5
GL_COMMIT= 56b0aa62f6251ee19a88fc208b7ca8dcf9c9633c
.include <bsd.port.mk>
|