summaryrefslogtreecommitdiff
path: root/sysutils/mtools
diff options
context:
space:
mode:
authoris <is>1998-01-22 18:01:19 +0000
committeris <is>1998-01-22 18:01:19 +0000
commit4a43781ab2b10051a28883c89833ad9b3371e46d (patch)
tree14084b914dd710063b2b82de219737bb4ce18cb8 /sysutils/mtools
parenta516c290d019359aa3437a4c66c70f12cfdc2995 (diff)
downloadpkgsrc-4a43781ab2b10051a28883c89833ad9b3371e46d.tar.gz
Clean up Makefile (install man pages correctly, add comments, use
correct prefix etc.)
Diffstat (limited to 'sysutils/mtools')
-rw-r--r--sysutils/mtools/Makefile17
1 files changed, 14 insertions, 3 deletions
diff --git a/sysutils/mtools/Makefile b/sysutils/mtools/Makefile
index 002f9d44976..93bee04f02a 100644
--- a/sysutils/mtools/Makefile
+++ b/sysutils/mtools/Makefile
@@ -1,16 +1,27 @@
-# $NetBSD: Makefile,v 1.1.1.1 1998/01/22 15:44:44 is Exp $
+# Packages collection makefile for: mtools
+# Version required: 3.6
+# Date created: 22 Jan 1998
+# Whom: is
+#
+#
+# $NetBSD: Makefile,v 1.2 1998/01/22 18:01:19 is Exp $
#
DISTNAME= mtools-3.6
-CATEGORIES= convert
+CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GNU}
#MASTER_SITES= ftp://ftp.cs.uni-bonn.de/pub/gnu/
MAINTAINER= is@netbsd.org
HAS_CONFIGURE= yes
+GNU_CONFIGURE= yes
USE_GMAKE= yes
-CONFIGURE_ARGS+= --prefix=/usr/pkg
+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 mrd.1 \
+ mread.1 mren.1 mtoolstest.1 mtools.1 mtype.1 mwrite.1 mzip.1
+
+MAN5= mtools.5
.include <bsd.port.mk>