diff options
author | tg <tg@FreeBSD.org> | 1998-03-16 21:29:07 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-03-16 21:29:07 +0800 |
commit | 8b8c2583db2f72202bcb123d204a7b26815cbc76 (patch) | |
tree | 933b3c155b5db4100f6649e60d23d4785d1d92e8 /misc/xd/Makefile | |
parent | 94e078f3f70d4ec93da68e8549db367236f34ab6 (diff) | |
download | freebsd-ports-gnome-8b8c2583db2f72202bcb123d204a7b26815cbc76.tar.gz freebsd-ports-gnome-8b8c2583db2f72202bcb123d204a7b26815cbc76.tar.zst freebsd-ports-gnome-8b8c2583db2f72202bcb123d204a7b26815cbc76.zip |
Import xd port. xd is a dump utility similar to hexdump with
additional features, such as big endian, little endian and PDP
format input.
PR: 4788
Submitted by: Kazuhiko Kiriyama <kiri@kiri.toba-cmt.ac.jp>
Diffstat (limited to 'misc/xd/Makefile')
-rw-r--r-- | misc/xd/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/misc/xd/Makefile b/misc/xd/Makefile new file mode 100644 index 000000000000..1ec8272d1ca0 --- /dev/null +++ b/misc/xd/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: xd +# Version required: 2.3 +# Date created: 17 October 1997 +# Whom: KIRIYAMA Kazuhiko <kiri@kiri.toba-cmt.ac.jp> +# +# $Id$ +# + +DISTNAME= xd-8087 +PKGNAME= xd-2.3 +CATEGORIES= misc +MASTER_SITES= http://spock.vector.co.jp/authors/VA004959/xd/ + +MAINTAINER= kiri@kiri.toba-cmt.ac.jp + +.include <bsd.port.mk> |