freebsd-ports/emulators/mtools/Makefile

35 lines
866 B
Makefile
Raw Normal View History

# New ports collection makefile for: mtools
1997-04-11 01:26:37 +02:00
# Version required: 3.5a
# Date created: 5 October 1994
# Whom: jmz
#
1997-04-11 01:26:37 +02:00
# $Id: Makefile,v 1.13 1997/04/03 02:38:43 jmz Exp $
#
1997-04-11 01:26:37 +02:00
DISTNAME= mtools-3.5a
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_GNU}
1995-04-11 04:02:17 +02:00
MAINTAINER= jmz@FreeBSD.org
1996-05-27 16:10:29 +02:00
HAS_CONFIGURE= yes
CONFIGURE_ARGS+=--enable-xdf --prefix=${PREFIX}
1997-04-03 04:39:05 +02:00
USE_GMAKE= yes
1996-11-17 06:48:49 +01:00
MAN1= mattrib.1 mbadblocks.1 mcd.1 mcopy.1 mdel.1 mdeltree.1 \
mdir.1 mformat.1 mkmanifest.1 mlabel.1 mmd.1 mmount.1 mmove.1 \
1997-04-03 04:39:05 +02:00
mrd.1 mread.1 mren.1 mtoolstest.1 mtools.1 mtype.1 mwrite.1
1996-11-17 06:48:49 +01:00
MAN5= mtools.5
1996-05-27 16:10:29 +02:00
post-patch:
@cd ${WRKSRC}; for f in config.c mtools.5 mtools.texi; do \
mv $$f $$f.orig; \
sed -e s:/etc/mtools.conf:${PREFIX}/etc/mtools.conf: \
< $$f.orig > $$f; done
post-install:
@install -c ${WRKSRC}/mtools.conf ${PREFIX}/etc
.include <bsd.port.mk>