summaryrefslogtreecommitdiff
blob: 3d4fb79e3039942d2a7acc79cf7033db4b33a10d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Copyright 2004-2005 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License, v2
# $Header: /var/cvsroot/gentoo-x86/profiles/default-bsd/fbsd/6.0/make.defaults,v 1.1 2006/03/30 12:42:09 flameeyes Exp $

# Note: CHOST must be *-gentoo-freebsd6.0, so that Gentoo can be recognized in
# ./configure files.
# Note: ARCH must be *-fbsd

USE="readline usb"

FETCHCOMMAND='/usr/bin/fetch -o "${DISTDIR}/${FILE}" "${URI}"'
RESUMECOMMAND='/usr/bin/fetch -r -o "${DISTDIR}/${FILE}" "${URI}"'