diff options
Diffstat (limited to 'net/liferea/Makefile')
-rw-r--r-- | net/liferea/Makefile | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/net/liferea/Makefile b/net/liferea/Makefile deleted file mode 100644 index 76aad77c1..000000000 --- a/net/liferea/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# Ports collection Makefile for: liferea -# Date created: 28 August 2003 -# Whom: Hye-Shik Chang <perky@FreeBSD.org> -# -# $FreeBSD: ports/net/liferea/Makefile,v 1.151 2011/06/24 19:32:14 pav Exp $ -# - -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 \ - webkitgtk-1.0.0:${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> |