diff options
author | Koop Mast <kwm@FreeBSD.org> | 2014-04-09 13:54:36 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2014-04-09 13:54:36 +0000 |
commit | 673d28043a5c4bba5796a2af66b4d0c0985a7e52 (patch) | |
tree | 07901acbf2eb9627cc3f6d9ce912c824b410fa18 /net/liferea | |
parent | d6fcd55b065bd45b5f02768037e216d0a1e59b1a (diff) |
Notes
Diffstat (limited to 'net/liferea')
-rw-r--r-- | net/liferea/Makefile | 15 | ||||
-rw-r--r-- | net/liferea/pkg-plist | 2 |
2 files changed, 8 insertions, 9 deletions
diff --git a/net/liferea/Makefile b/net/liferea/Makefile index c835490e7d63..60dbc5927aeb 100644 --- a/net/liferea/Makefile +++ b/net/liferea/Makefile @@ -11,24 +11,21 @@ COMMENT= Simple RSS/RDF feed reader LICENSE= GPLv2 -LIB_DEPENDS= webkitgtk-1.0:${PORTSDIR}/www/webkit-gtk2 \ - unique-1.0:${PORTSDIR}/x11-toolkits/unique \ - json-glib-1.0:${PORTSDIR}/devel/json-glib +LIB_DEPENDS= libwebkitgtk-1.0.so:${PORTSDIR}/www/webkit-gtk2 \ + libunique-1.0.so:${PORTSDIR}/x11-toolkits/unique \ + libjson-glib-1.0.so:${PORTSDIR}/devel/json-glib -USE_BZIP2= yes -USES= gmake pathfix pkgconfig +USES= desktop-file-utils libtool gmake pathfix pkgconfig \ + tar:bzip2 USE_GNOME= gnomeprefix gconf2 -USE_AUTOTOOLS= libtool USE_SQLITE= 3 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install-strip CONFIGURE_ARGS= --disable-libnotify --disable-libindicate -MAN1= liferea.1 -MANLANG= "" pl GCONF_SCHEMAS= liferea.schemas INSTALLS_ICONS= yes -NO_STAGE= yes .include <bsd.port.mk> diff --git a/net/liferea/pkg-plist b/net/liferea/pkg-plist index a84e5d7010f6..857afa792e8c 100644 --- a/net/liferea/pkg-plist +++ b/net/liferea/pkg-plist @@ -1,5 +1,7 @@ bin/liferea bin/liferea-add-feed +man/man1/liferea.1.gz +man/pl/man1/liferea.1.gz share/applications/liferea.desktop share/liferea/auth.ui share/liferea/google_source.ui |