53745b22ea
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
22 lines
615 B
Makefile
22 lines
615 B
Makefile
# $NetBSD: Makefile,v 1.22 2013/06/03 10:06:03 wiz Exp $
|
|
|
|
DISTNAME= ebview-0.3.6
|
|
PKGREVISION= 15
|
|
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
|
|
|
|
LDFLAGS.DragonFly= -lX11
|
|
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
|
.include "../../devel/pangox-compat/buildlink3.mk"
|
|
.include "../../textproc/eb/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|