mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
c98cfd116d
PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building.
27 lines
599 B
Makefile
27 lines
599 B
Makefile
# New ports collection makefile for: mshell
|
|
# Version required: 93/3/3
|
|
# Date created: 24 September 1994
|
|
# Whom: jmz
|
|
#
|
|
# $Id: Makefile,v 1.8 1996/11/11 05:49:51 obrien Exp $
|
|
#
|
|
|
|
DISTNAME= mshell
|
|
PKGNAME= mshell-1.0
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ftp://src.doc.ic.ac.uk/usenet/alt.sources/articles/07000-07999/
|
|
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'}| /bin/sh)
|
|
|
|
.include <bsd.port.mk>
|