diff options
author | kwm <kwm@FreeBSD.org> | 2015-07-14 21:45:25 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2015-07-14 21:45:25 +0800 |
commit | a05833d85d5bae64ad7dd902581adebeaead822e (patch) | |
tree | 198a49c268a66eebc06249470903933677fb22ec /devel | |
parent | b9414c5f27c0676e274ea54cfec8874216bc01b4 (diff) | |
download | freebsd-ports-gnome-a05833d85d5bae64ad7dd902581adebeaead822e.tar.gz freebsd-ports-gnome-a05833d85d5bae64ad7dd902581adebeaead822e.tar.zst freebsd-ports-gnome-a05833d85d5bae64ad7dd902581adebeaead822e.zip |
Add LICENSE, missing dependancy for sqlite3 and introspection:build.
PR: 201532
Submitted by: Andriy Voskoboinyk <s3erios@gmail.com>
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 |