diff options
author | Matthew Hunt <mph@FreeBSD.org> | 1998-08-04 17:04:18 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 1998-08-04 17:04:18 +0000 |
commit | 960c51703644ab1e9beedd2fc64446af7999110c (patch) | |
tree | 6d79a858e1e7877a58763c33e7d181e02ec9c034 /misc/diction/Makefile | |
parent | 6dfbf36a01d6c450fe94feb45aea95b4edd637b4 (diff) |
Notes
Diffstat (limited to 'misc/diction/Makefile')
-rw-r--r-- | misc/diction/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/misc/diction/Makefile b/misc/diction/Makefile new file mode 100644 index 000000000000..eda9fa7f5130 --- /dev/null +++ b/misc/diction/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: diction +# Version required: 0.6 +# Date created: 2 August 1998 +# Whom: J Han <hjh@best.com> +# +# $Id$ +# + +DISTNAME= diction-0.6 +CATEGORIES= misc +MASTER_SITES= ftp://cantor.informatik.rwth-aachen.de/pub/unix/ + +MAINTAINER= hjh@best.com + +GNU_CONFIGURE= yes +USE_GMAKE= yes + +MAKE_ENV= MKDIR="$(MKDIR)" + +MAN1= diction.1 style.1 + +.include <bsd.port.mk> |