1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
freebsd-ports/misc/xd/Makefile

25 lines
476 B
Makefile
Raw Normal View History

# New ports collection makefile for: xd
# Date created: 17 October 1997
# Whom: KIRIYAMA Kazuhiko <kiri@kiri.toba-cmt.ac.jp>
#
1999-08-25 07:23:21 +00:00
# $FreeBSD$
#
2000-04-14 08:49:30 +00:00
PORTNAME= xd
PORTVERSION= 2.3
CATEGORIES= misc
MASTER_SITES= http://www.bsddiary.net/xd/
2000-04-14 08:49:30 +00:00
DISTNAME= xd-8087
MAINTAINER= ports@FreeBSD.org
COMMENT= Yet another dump utility
2005-04-21 12:02:17 +00:00
MAKE_ARGS= CC="${CC}" BINDIR="${PREFIX}/bin" \
MANDIR="${MAN1PREFIX}/man/man"
MAN1= xd.1
MANCOMPRESSED= maybe
PLIST_FILES= bin/xd
.include <bsd.port.mk>