# ex:ts=8
# New ports collection makefile for:	bitbox
# Date created:			Apr 8, 2001
# Whom:				Ying-Chieh Liao <ijliao@FreeBSD.org>
#
# $FreeBSD: ports/archivers/bitbox/Makefile,v 1.4 2001/05/08 18:52:04 ijliao Exp $
#

PORTNAME=	bitbox
PORTVERSION=	0.3.0
CATEGORIES=	archivers
MASTER_SITES=	http://home.stny.rr.com/gizmodrome/

MAINTAINER=	ijliao@FreeBSD.org

LIB_DEPENDS=	gnugetopt.1:${PORTSDIR}/devel/libgnugetopt

WRKSRC=		${WRKDIR}/${PORTNAME}
MAKEFILE=	makefile
ALL_TARGET=	${PORTNAME}

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
.if !defined(NOPORTDOCS)
	@${MKDIR} ${PREFIX}/share/doc/${PORTNAME}
	${CP} ${WRKSRC}/quickstart.txt ${PREFIX}/share/doc/${PORTNAME}
.endif

.include <bsd.port.mk>
