diff options
author | Steve Price <steve@FreeBSD.org> | 1998-07-12 22:54:07 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-07-12 22:54:07 +0000 |
commit | 5e9d600ba35e201f0ae95bc4973543b079c8fb50 (patch) | |
tree | b5229fb735240f502e57a9dcf87d86d996cdd665 /x11/kb2mb2/Makefile | |
parent | 3056ffbdb06d87cd6f00f845b85f9b4a288fb876 (diff) | |
download | ports-5e9d600ba35e201f0ae95bc4973543b079c8fb50.tar.gz ports-5e9d600ba35e201f0ae95bc4973543b079c8fb50.zip |
Notes
Diffstat (limited to 'x11/kb2mb2/Makefile')
-rw-r--r-- | x11/kb2mb2/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/x11/kb2mb2/Makefile b/x11/kb2mb2/Makefile new file mode 100644 index 000000000000..203518e3a471 --- /dev/null +++ b/x11/kb2mb2/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: kb2mb2 +# Version required: 1.0 +# Date created: 24 December 1997 +# Whom: Tatsumi Hosokawa +# +# $Id: $ +# + +DISTNAME= kb2mb2-1.0 +CATEGORIES= x11 +MASTER_SITES= http://www.jp.FreeBSD.org/~hosokawa/XFree86/ + +MAINTAINER= sada@e-mail.ne.jp + +USE_IMAKE= yes +#XMKMF= xmkmf +NO_INSTALL_MANPAGES= yes + +.include <bsd.port.mk> |