mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-17 00:00:40 +00:00
09be8f3661
can just give me a little utility that ftps things based on an ftp://... spec (connects as anonymous, fetches by full path, etc) I might be able to make bsd.port.mk DTRT automagically. Submitted by: jkh
14 lines
322 B
Makefile
14 lines
322 B
Makefile
# New ports collection makefile for: bash
|
|
# Version required: 1.14.2
|
|
# Date created: 21 August 1994
|
|
# Whom: jkh
|
|
#
|
|
# $Id: Makefile,v 1.1.1.1 1994/08/21 13:19:27 jkh Exp $
|
|
#
|
|
|
|
GNU_MAKE= yes
|
|
DISTNAME= bash-1.14.2
|
|
HOME_LOCATION= ftp://freebsd.cdrom.com/pub/FreeBSD/ports/distfiles/bash-1.14.2.tar.gz
|
|
|
|
.include <bsd.port.mk>
|