head	1.5;
access;
symbols
	RELEASE_4_6_2:1.4
	RELEASE_4_6_1:1.4
	RELEASE_4_6_0:1.4
	RELEASE_5_0_DP1:1.4
	RELEASE_4_5_0:1.4
	RELEASE_4_4_0:1.4
	RELEASE_4_3_0:1.2;
locks; strict;
comment	@# @;


1.5
date	2002.07.07.17.18.06;	author ijliao;	state dead;
branches;
next	1.4;

1.4
date	2001.05.08.18.52.04;	author ijliao;	state Exp;
branches;
next	1.3;

1.3
date	2001.04.20.18.02.37;	author ijliao;	state Exp;
branches;
next	1.2;

1.2
date	2001.04.10.01.25.35;	author ijliao;	state Exp;
branches;
next	1.1;

1.1
date	2001.04.08.18.00.28;	author ijliao;	state Exp;
branches;
next	;


desc
@@


1.5
log
@remove bitbox
according to bento's log, it's unfetchable for 1 year
@
text
@# 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>
@


1.4
log
@change master site and update WWW:
@
text
@d6 1
a6 1
# $FreeBSD: ports/archivers/bitbox/Makefile,v 1.3 2001/04/20 18:02:37 ijliao Exp $
@


1.3
log
@primary site missing (dont know why :< ), so add some more sites ...

Submitted by:	Adam Kranzel <adam@@alameda.edu>
@
text
@d6 1
a6 1
# $FreeBSD: ports/archivers/bitbox/Makefile,v 1.2 2001/04/10 01:25:35 ijliao Exp $
d12 1
a12 3
MASTER_SITES=	http://www.gizmodrome.com/ \
		ftp://ftp.csua.berkeley.edu/pub/FreeBSD/ports/distfiles/ \
		ftp://freebsd.csie.nctu.edu.tw/pub/distfiles/
@


1.2
log
@add gnugetopt lib depend
use INSATLL_PROGRAM instead of INSTALL

Submitted by:	steve
@
text
@d6 1
a6 1
# $FreeBSD: ports/archivers/bitbox/Makefile,v 1.1 2001/04/08 18:00:28 ijliao Exp $
d12 3
a14 1
MASTER_SITES=	http://www.gizmodrome.com/
@


1.1
log
@add bitbox
BitBox is a GPL'd file splitter/joiner utility
@
text
@d6 1
a6 1
# $FreeBSD$
d16 2
d23 1
a23 1
	${INSTALL} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
@

