freebsd-ports/misc/mshell/Makefile
Eitan Adler fbc06e4df6 Cleanup unmaintained ports in the misc category:
- Single space for WWW in pkg-descr
	- Ordering if of items in Makefile
	- Trim headers
	- Comment should not begin with leading article
	- Pet portlint
2013-03-25 18:44:20 +00:00

30 lines
543 B
Makefile

# Created by: jmz
# $FreeBSD$
PORTNAME= mshell
PORTVERSION= 1.0
PORTREVISION= 2
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= jmz
DISTFILES= 7432.Z
MAINTAINER= ports@FreeBSD.org
COMMENT= 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.pre.mk>
.if ${OSVERSION} >= 1000000
BROKEN= does not build
.endif
.include <bsd.port.post.mk>