mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
ee77565f09
Approved by: portmgr blanket
30 lines
582 B
Makefile
30 lines
582 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libsearpc
|
|
PORTVERSION= 3.0.8
|
|
PORTREVISION= 1
|
|
PORTEPOCH= 1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= ultima@FreeBSD.org
|
|
COMMENT= Simple RPC framework based on GObject System in C
|
|
|
|
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= 12a0126
|
|
|
|
USES= autoreconf gettext libtool pathfix pkgconfig python:2.7 shebangfix
|
|
SHEBANG_FILES= lib/searpc-codegen.py
|
|
USE_LDCONFIG= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|