freebsd-ports/shells/bash1/Makefile

27 lines
521 B
Makefile
Raw Normal View History

# ex:ts=8
2000-02-12 22:25:05 -05:00
# Ports collection makefile for: bash
# Version required: 1.14.7
# Date created: 21 August 1994
# Whom: jkh
#
1999-08-30 21:53:22 -04:00
# $FreeBSD$
#
2000-02-12 22:25:05 -05:00
DISTNAME= bash-1.14.7
CATEGORIES= shells
2000-02-12 22:25:05 -05:00
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= bash
MAINTAINER= obrien@FreeBSD.org
NO_LATEST_LINK= yes
2000-02-12 22:25:05 -05:00
WRKSRC= ${WRKDIR}/${DISTNAME}
# Don't compress manpages or .so not works.
NOMANCOMPRESS= yes
MAN1= bash.1 bash_builtins.1
post-install:
@install-info ${PREFIX}/info/bash.info ${PREFIX}/info/dir
.include <bsd.port.mk>