mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
19 lines
417 B
Makefile
19 lines
417 B
Makefile
# New ports collection makefile for: bash
|
|
# Version required: 1.14.6
|
|
# Date created: 21 August 1994
|
|
# Whom: jkh
|
|
#
|
|
# $Id: Makefile,v 1.14 1995/12/03 00:14:27 ache Exp $
|
|
#
|
|
|
|
DISTNAME= bash-1.14.6
|
|
WRKSRC= ${WRKDIR}/bash-1.14.6
|
|
CATEGORIES+= shells
|
|
MASTER_SITES= ftp://slc2.ins.cwru.edu/pub/dist/
|
|
|
|
MAINTAINER= ache@FreeBSD.ORG
|
|
|
|
# Don't compress manpages or .so not works.
|
|
|
|
.include <bsd.port.mk>
|