21 lines
374 B
Makefile
21 lines
374 B
Makefile
# New ports collection makefile for: xd
|
|
# Date created: 17 October 1997
|
|
# Whom: KIRIYAMA Kazuhiko <kiri@kiri.toba-cmt.ac.jp>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xd
|
|
PORTVERSION= 2.3
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://www.bsddiary.net/xd/
|
|
DISTNAME= xd-8087
|
|
|
|
MAINTAINER= kiri@FreeBSD.org
|
|
COMMENT= Yet another dump utility
|
|
|
|
MAN1= xd.1
|
|
MANCOMPRESSED= maybe
|
|
|
|
.include <bsd.port.mk>
|