pkgsrc/textproc/ebview/Makefile
obache 1abccb2dda Need msgfmt to build.
Noticed by Hasso Tepper in PR 38920.
2008-06-09 14:33:49 +00:00

18 lines
523 B
Makefile

# $NetBSD: Makefile,v 1.3 2008/06/09 14:33:49 obache Exp $
DISTNAME= ebview-0.3.6
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ebview/}
MAINTAINER= yamajun@ofug.net
HOMEPAGE= http://ebview.sourceforge.net/
COMMENT= GTK2 based EPWING dictionary browser
USE_PKGLOCALEDIR= YES
USE_TOOLS+= gmake pkg-config msgfmt
GNU_CONFIGURE= YES
.include "../../converters/libiconv/buildlink3.mk"
.include "../../textproc/eb/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"