8f5aa2734e
changes: fixes for serious bugs
27 lines
780 B
Makefile
27 lines
780 B
Makefile
# $NetBSD: Makefile,v 1.41 2006/07/04 16:22:49 drochner Exp $
|
|
|
|
DISTNAME= liferea-1.0.16
|
|
CATEGORIES= www
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=liferea/}
|
|
|
|
MAINTAINER= pkgsrc-users@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 msgfmt
|
|
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"
|