1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/net/liferea/Makefile
Pav Lucistnik bc03549735 - Update to 1.6.6b
Reported by:	pointyhat
2011-06-24 19:32:15 +00:00

36 lines
777 B
Makefile

# Ports collection Makefile for: liferea
# Date created: 28 August 2003
# Whom: Hye-Shik Chang <perky@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= liferea
PORTVERSION= 1.6.6b
CATEGORIES= net gnome
MASTER_SITES= SF/${PORTNAME}/Liferea%20Stable/1.6.6
MAINTAINER= pav@FreeBSD.org
COMMENT= Simple RSS/RDF feed reader
LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3 \
webkit-1.0.13:${PORTSDIR}/www/webkit-gtk2
USE_GNOME= gnomeprefix gnomehack libglade2 gconf2
USE_GMAKE= yes
USE_AUTOTOOLS= libtool
GNU_CONFIGURE= yes
CPPFLAGS= -I${LOCALBASE}/include
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --disable-libnotify
MAKE_JOBS_SAFE= yes
MAN1= liferea.1
MANLANG= "" pl
GCONF_SCHEMAS= liferea.schemas
INSTALLS_ICONS= yes
LICENSE= GPLv2
.include <bsd.port.mk>