blob: fd40fe2fac9ff00af49c59bd2ee004ff13c564ff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# $NetBSD: Makefile,v 1.24 2019/11/04 21:43:35 rillig Exp $
#
DISTNAME= eblook-1.6.1
PKGREVISION= 2
CATEGORIES= japanese textproc
MASTER_SITES= http://openlab.ring.gr.jp/edict/eblook/dist/
MAINTAINER= uebayasi@NetBSD.org
HOMEPAGE= http://openlab.ring.gr.jp/edict/eblook/
COMMENT= Interactive command-line interface for EPWING electric dictionaries
GNU_CONFIGURE= YES
INFO_FILES= yes
CONFIGURE_ARGS+= --with-eb-conf=${PKG_SYSCONFDIR}/eb.conf
LIBS+= ${BUILDLINK_LDADD.iconv}
.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../textproc/eb/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|