blob: 7c8b6b5f7b7d5c0c9748c078863bfd0bcb77ef57 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: Makefile,v 1.8 2003/07/21 17:27:31 martti Exp $
#
DISTNAME= eblook-1.5.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
USE_BUILDLINK2= YES
GNU_CONFIGURE= YES
.include "../../devel/gettext-lib/buildlink2.mk"
.include "../../textproc/eb/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
|