freebsd-ports/textproc/dict/Makefile
Steve Price 3041bcc6f3 Dictionary Server Protocol (RFC2229) client.
PR:           5835
Submitted by: Josh Giliam <josh@quick.net>
1998-02-25 01:23:01 +00:00

24 lines
471 B
Makefile

# New ports collection makefile for: dict
# Version required: 1.4.5
# Date created: 19 February 1998
# Whom: Josh Gilliam <josh@quick.net>
#
# $Id$
#
DISTNAME= dictd-1.4.5
PKGNAME= dict-1.4.5
CATEGORIES= net
MASTER_SITES= ftp://ftp.cs.unc.edu/pub/users/faith/dict/
MAINTAINER= josh@quick.net
GNU_CONFIGURE= yes
CONFIGURE_ENV= PREFIX=${PREFIX}
USE_GMAKE= yes
ALL_TARGET= dict
INSTALL_TARGET= install.dict
MAN1= dict.1
.include <bsd.port.mk>