1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
freebsd-ports/misc/mshell/Makefile
Jean-Marc Zucconi 6ec4d9369d Use <termios.h> instead of <sgtty.h>
PR:		ports/110384
Submitted by:	Ed Schouten <ed@fxq.nl>
2007-04-14 12:17:55 +00:00

29 lines
553 B
Makefile

# New ports collection makefile for: mshell
# Date created: 24 September 1994
# Whom: jmz
#
# $FreeBSD$
#
PORTNAME= mshell
PORTVERSION= 1.0
PORTREVISION= 2
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>