freebsd-ports/devel/libsearpc/Makefile
Richard Gallamore 91b31c2c77 * Updated maintainer email
* Changed comment headers to match my name and FreeBSD email

Reviewed by:	matthew (mentor)
Approved by:	matthew (mentor)
Differential Revision:	https://reviews.freebsd.org/D11466
2017-07-03 19:06:08 +00:00

28 lines
516 B
Makefile

# $FreeBSD$
PORTNAME= libsearpc
PORTVERSION= 3.0.8
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
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>