summaryrefslogtreecommitdiff
path: root/textproc/dict-client/Makefile
blob: a1ad91a3c9a74cf428d02ac451d3bc0d49b80226 (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.3 2001/02/17 17:37:19 wiz Exp $

DISTNAME=       dictd-1.4.9
PKGNAME=        dict-client-1.4.9
CATEGORIES=	textproc
MASTER_SITES=   ftp://ftp.cs.unc.edu/pub/users/faith/dict/ \
		ftp://ftp.dict.org/pub/dict/

MAINTAINER=	mike@ethmoid.org
HOMEPAGE=	http://www.dict.org/
COMMENT=	Dictionary Service Protocol client

USE_GMAKE=	yes
GNU_CONFIGURE=	yes

ALL_TARGET=	dict
INSTALL_TARGET=	install.dict

FILESDIR=	${.CURDIR}/../dict-server/files
PATCHDIR=	${.CURDIR}/../dict-server/patches

.include "../../mk/bsd.pkg.mk"