diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/appstream-glib/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/devel/appstream-glib/Makefile b/devel/appstream-glib/Makefile index fd6e903d4d21..76ff1a6b8199 100644 --- a/devel/appstream-glib/Makefile +++ b/devel/appstream-glib/Makefile @@ -1,16 +1,18 @@ # Created by: FreeBSD GNOME Team <gnome@freebsd.org> # $FreeBSD$ -# $MCom: ports/trunk/devel/appstream-glib/Makefile 20031 2014-11-02 21:47:55Z kwm $ PORTNAME= appstream-glib PORTVERSION= 0.2.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Library to help with AppStream metadata +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/COPYING + BUILD_DEPENDS= gtkdoc-check:${PORTSDIR}/textproc/gtk-doc LIB_DEPENDS= libsoup-2.4.so:${PORTSDIR}/devel/libsoup @@ -18,9 +20,10 @@ GH_ACCOUNT= hughsie GH_TAGNAME= f4f3230 USES= autoreconf:build gettext gmake libtool pathfix pkgconfig -USE_GNOME= gdkpixbuf2 glib20 gtk30 +USE_GNOME= gdkpixbuf2 glib20 gtk30 introspection:build USE_LDCONFIG= yes GNU_CONFIGURE= yes +USE_SQLITE= 3 USE_GITHUB= yes PATHFIX_MAKEFILEIN= Makefile.am INSTALL_TARGET= install-strip |