18 lines
412 B
Makefile
18 lines
412 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 1999/07/27 22:00:21 tron 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/
|
|
|
|
ALL_TARGET= dict
|
|
INSTALL_TARGET= install.dict
|
|
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|