1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/emulators/mtools/Makefile

43 lines
1.2 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: mtools
# Version required: 3.8
# Date created: 5 October 1994
# Whom: jmz
#
1998-05-07 01:59:27 +00:00
# $Id: Makefile,v 1.19 1998/01/21 08:57:15 obrien Exp $
#
1998-05-07 01:59:27 +00:00
DISTNAME= mtools-3.9
CATEGORIES= emulators
1998-05-07 01:59:27 +00:00
MASTER_SITES= ftp://linux.wauug.org/pub/knaff/mtools/
1995-04-11 02:02:17 +00:00
MAINTAINER= jmz@FreeBSD.org
1998-05-07 01:59:27 +00:00
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --enable-xdf --prefix=${PREFIX}
1997-04-03 02:39:05 +00:00
USE_GMAKE= yes
1996-11-17 05:48:49 +00:00
MAN1= mattrib.1 mbadblocks.1 mcd.1 mcopy.1 mdel.1 mdeltree.1 \
mdir.1 mdu.1 mformat.1 mkmanifest.1 mlabel.1 mmd.1 mmount.1 mmove.1 \
1998-05-07 01:59:27 +00:00
mrd.1 mread.1 mren.1 mshowfat.1 mtoolstest.1 mtools.1 mtype.1 \
mzip.1 mpartition.1
1996-11-17 05:48:49 +00:00
MAN5= mtools.5
1996-05-27 14:10:29 +00:00
post-patch:
@cd ${WRKSRC}; for f in config.c mtools.5 mtools.texi; do \
1998-05-07 01:59:27 +00:00
${MV} $$f $$f.orig; \
${SED} -e s:/etc/mtools.conf:${PREFIX}/etc/mtools.conf: \
1996-05-27 14:10:29 +00:00
< $$f.orig > $$f; done
@cd ${WRKSRC}/scripts; for f in ocopy xcopy; do \
1998-05-07 01:59:27 +00:00
if [ ! -f $$f -a -f $$f.orig ]; then ${CP} -p $$f.orig $$f ; fi \
done
1996-05-27 14:10:29 +00:00
post-install:
@install -c ${WRKSRC}/mtools.conf ${PREFIX}/etc
@if [ ! -f ${PREFIX}/info/dir ]; then \
${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
fi
1997-04-20 01:28:48 +00:00
@install-info ${PREFIX}/info/mtools.info ${PREFIX}/info/dir
.include <bsd.port.mk>