freebsd-ports/misc/mshell/Makefile
Kris Kennaway 042afb8649 Before committing the previous BROKEN changes I carefully checked the status
of each port on bento and for recent fixes.  Unfortunately at some point I
got confused and switched to the wrong list :-)  As a result I picked up a
number of ports that were fixed a while ago.  Sorry for the false alarm,
maintainers.

Pointy hat to:	kris
2003-10-16 04:15:48 +00:00

27 lines
537 B
Makefile

# New ports collection makefile for: mshell
# Date created: 24 September 1994
# Whom: jmz
#
# $FreeBSD$
#
PORTNAME= mshell
PORTVERSION= 1.0
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= jmz
DISTFILES= 7432.Z
MAINTAINER= jmz@FreeBSD.org
COMMENT= A Unix menuing shell
NO_WRKSUBDIR= yes
MAN1= mshell.1
do-extract:
@${RM} -rf ${WRKDIR}
@${MKDIR} ${WRKDIR}
zcat ${DISTDIR}/${DISTFILES} |(cd ${WRKDIR}; \
${AWK} '{if (/^#!/) x++} {if(x) print $$0'}| ${SH})
.include <bsd.port.mk>