1995-04-15 03:46:07 +00:00
|
|
|
# New ports collection makefile for: mtools
|
1999-07-21 23:43:56 +00:00
|
|
|
# Version required: 3.9.6
|
1995-04-15 03:46:07 +00:00
|
|
|
# Date created: 5 October 1994
|
|
|
|
# Whom: jmz
|
|
|
|
#
|
1999-08-25 05:57:29 +00:00
|
|
|
# $FreeBSD$
|
1995-04-15 03:46:07 +00:00
|
|
|
#
|
|
|
|
|
1999-07-21 23:43:56 +00:00
|
|
|
DISTNAME= mtools-3.9.6
|
1996-11-12 02:19:40 +00:00
|
|
|
CATEGORIES= emulators
|
1999-01-31 12:31:06 +00:00
|
|
|
MASTER_SITES= ftp://ftp.tux.org/pub/knaff/mtools/ \
|
|
|
|
http://mtools.linux.lu/
|
1998-01-21 08:57:16 +00:00
|
|
|
|
1995-04-11 02:02:17 +00:00
|
|
|
MAINTAINER= jmz@FreeBSD.org
|
1994-10-05 22:32:58 +00:00
|
|
|
|
1999-04-18 12:04:27 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --enable-xdf
|
1997-04-03 02:39:05 +00:00
|
|
|
|
|
|
|
USE_GMAKE= yes
|
|
|
|
|
1999-04-18 12:04:27 +00:00
|
|
|
MAN1= mattrib.1 mbadblocks.1 mcat.1 mcd.1 mcopy.1 mdel.1 mdeltree.1 \
|
1998-05-07 09:52:37 +00:00
|
|
|
mdir.1 mdu.1 mformat.1 mkmanifest.1 mlabel.1 mmd.1 mmount.1 \
|
|
|
|
mmove.1 mpartition.1 mrd.1 mread.1 mren.1 mshowfat.1 \
|
|
|
|
mtoolstest.1 mtools.1 mtype.1 mzip.1
|
1996-11-17 05:48:49 +00:00
|
|
|
MAN5= mtools.5
|
1994-10-05 22:32:58 +00:00
|
|
|
|
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
|
1998-01-21 08:57:16 +00:00
|
|
|
@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 \
|
1998-01-21 08:57:16 +00:00
|
|
|
done
|
1996-05-27 14:10:29 +00:00
|
|
|
|
|
|
|
post-install:
|
1998-05-07 09:52:37 +00:00
|
|
|
@# mwrite has been removed by author, but we'll keep it just a bit longer
|
|
|
|
@ln -sf ${PREFIX}/bin/mtools ${PREFIX}/bin/mwrite
|
|
|
|
@ln -sf ${PREFIX}/man/man1/mcopy.1.gz ${PREFIX}/man/man1/mwrite.1.gz
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/mtools.conf ${PREFIX}/etc
|
|
|
|
@${ECHO} "Please verify ${PREFIX}/etc/mtools.conf for your machine."
|
1997-04-20 01:28:48 +00:00
|
|
|
@install-info ${PREFIX}/info/mtools.info ${PREFIX}/info/dir
|
1994-10-05 22:32:58 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|