b39162b693
changes: -speedup -bugfixes -new swedish translation
28 lines
794 B
Makefile
28 lines
794 B
Makefile
# $NetBSD: Makefile,v 1.23 2005/10/20 17:40:43 drochner Exp $
|
|
|
|
DISTNAME= liferea-1.0-RC2
|
|
PKGNAME= liferea-1.0rc2
|
|
CATEGORIES= www
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=liferea/}
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://liferea.sourceforge.net/
|
|
COMMENT= Simple FeedReader clone for reading RSS/RDF feeds
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_DIRS+= xdg-1.1
|
|
USE_TOOLS+= gmake pkg-config
|
|
USE_LIBTOOL= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
|
|
SHLIBTOOL_OVERRIDE= libtool
|
|
|
|
GCONF2_SCHEMAS= liferea.schemas
|
|
|
|
.include "../../devel/GConf2/schemas.mk"
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.include "../../www/libgtkhtml/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|