3041bcc6f3
PR: 5835 Submitted by: Josh Giliam <josh@quick.net>
23 lines
471 B
Makefile
23 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>
|