mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
d4041784dc
Approved by: portmgr (bdrewery)
34 lines
765 B
Makefile
34 lines
765 B
Makefile
# Created by: Hye-Shik Chang <perky@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= liferea
|
|
PORTVERSION= 1.8.15
|
|
CATEGORIES= net gnome
|
|
MASTER_SITES= SF/${PORTNAME}/Liferea%20Stable/${PORTVERSION}
|
|
|
|
MAINTAINER= kwm@FreeBSD.org
|
|
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
|
|
|
|
USE_BZIP2= yes
|
|
USES= gmake pathfix
|
|
USE_GNOME= gnomeprefix gconf2
|
|
USE_AUTOTOOLS= libtool
|
|
USE_SQLITE= 3
|
|
GNU_CONFIGURE= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
CONFIGURE_ARGS= --disable-libnotify --disable-libindicate
|
|
|
|
MAN1= liferea.1
|
|
MANLANG= "" pl
|
|
GCONF_SCHEMAS= liferea.schemas
|
|
INSTALLS_ICONS= yes
|
|
|
|
.include <bsd.port.mk>
|