4a432dfdb2
Update libgit2-glib to 0.22.8. Update gitg to 3.16.1. Update py-pygit2 to 0.22.0. [1][3] Update rubygem-rugged to 0.22.1b1. [2] This is done in one commit due to API/ABI breakage in libgit2. PR: 196176 (based on) Differential Revision: https://reviews.freebsd.org/D2468 Submitted by: lightside@gmx.com Approved by: maintainer (wg@ blanked) [1], ruby (swills@)[2] Reviewed by: koobs@ [3]
30 lines
775 B
Makefile
30 lines
775 B
Makefile
# Created by: Gustau Perez <gustau.perez@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libgit2-glib
|
|
PORTVERSION= 0.22.8
|
|
CATEGORIES= devel gnome
|
|
MASTER_SITES= GNOME
|
|
DIST_SUBDIR= gnome3
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Glib wrapper library around the libgit2 git access library
|
|
|
|
LICENSE= LGPL21
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= vapigen:${PORTSDIR}/lang/vala \
|
|
gtkdoc-check:${PORTSDIR}/textproc/gtk-doc
|
|
LIB_DEPENDS= libgit2.so:${PORTSDIR}/devel/libgit2
|
|
|
|
USES= gmake libtool pathfix pkgconfig tar:xz
|
|
USE_GNOME= glib20 gnomeprefix gtk30 intlhack introspection
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
INSTALLS_ICONS= yes
|
|
CONFIGURE_ARGS= --disable-python
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|