mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
20 lines
384 B
Makefile
20 lines
384 B
Makefile
# New ports collection makefile for: bash
|
|
# Version required: 2.0
|
|
# Date created: 21 August 1994
|
|
# Whom: jkh
|
|
#
|
|
# $Id: Makefile,v 1.19 1996/12/27 06:26:05 obrien Exp $
|
|
#
|
|
|
|
DISTNAME= bash-2.0
|
|
CATEGORIES= shells
|
|
MASTER_SITES= ftp://slc2.ins.cwru.edu/pub/dist/
|
|
|
|
MAINTAINER= ache@FreeBSD.ORG
|
|
|
|
GNU_CONFIGURE= Yes
|
|
|
|
MAN1= bash.1 bashbug.1
|
|
|
|
.include <bsd.port.mk>
|