mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
28 lines
538 B
Makefile
28 lines
538 B
Makefile
# New ports collection makefile for: mshell
|
|
# Version required: 93/3/3
|
|
# 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
|
|
|
|
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>
|