blob: 002f9d449765a08cb9996744b113e451b92a47d0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile,v 1.1.1.1 1998/01/22 15:44:44 is Exp $
#
DISTNAME= mtools-3.6
CATEGORIES= convert
MASTER_SITES= ${MASTER_SITE_GNU}
#MASTER_SITES= ftp://ftp.cs.uni-bonn.de/pub/gnu/
MAINTAINER= is@netbsd.org
HAS_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ARGS+= --prefix=/usr/pkg
.include <bsd.port.mk>
|