diff options
Diffstat (limited to 'textproc/dict/Makefile')
-rw-r--r-- | textproc/dict/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/textproc/dict/Makefile b/textproc/dict/Makefile new file mode 100644 index 000000000000..6788be13e365 --- /dev/null +++ b/textproc/dict/Makefile @@ -0,0 +1,23 @@ +# 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> |