blob: 7f95f2bb1eae70f5d7c00fe91159cd20e836d073 (
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
|
PORTNAME= libsearpc
PORTVERSION= 3.2.0
PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= devel
MAINTAINER= ultima@FreeBSD.org
COMMENT= Simple RPC framework based on GObject System in C
WWW= https://github.com/haiwen/libsearpc
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
LIB_DEPENDS= libjansson.so:devel/jansson \
libgobject-2.0.so:devel/glib20
USE_GITHUB= yes
GH_ACCOUNT= haiwen
GH_TAGNAME= 54145b0
USES= autoreconf gettext libtool pathfix pkgconfig python shebangfix
SHEBANG_FILES= lib/searpc-codegen.py
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>
|