2003-04-10 14:08:56 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.40 2003/04/10 18:08:57 jsyn Exp $
|
1999-02-28 06:18:13 -05:00
|
|
|
|
2003-04-10 14:08:56 -04:00
|
|
|
COMMENT= "read/write/list/format DOS disks under Unix"
|
2001-05-05 18:43:34 -04:00
|
|
|
|
2002-11-30 03:32:36 -05:00
|
|
|
DATE= 20021118
|
2001-07-08 20:37:40 -04:00
|
|
|
DISTNAME= mtools-3.9.8
|
|
|
|
PKGNAME= mtools-3.9.8.${DATE}
|
1999-02-28 06:18:13 -05:00
|
|
|
CATEGORIES= sysutils
|
2002-10-05 15:09:26 -04:00
|
|
|
MASTER_SITES= http://www.tux.org/pub/knaff/mtools/ \
|
|
|
|
${HOMEPAGE}
|
2000-02-02 12:08:06 -05:00
|
|
|
|
2001-07-08 20:37:40 -04:00
|
|
|
PATCHFILES= mtools-3.9.8-${DATE}.diff.gz
|
1999-07-14 16:04:07 -04:00
|
|
|
|
2000-10-16 09:30:30 -04:00
|
|
|
MAINTAINER= Federico Schwindt <fgsch@openbsd.org>
|
1999-02-28 06:18:13 -05:00
|
|
|
|
2002-10-05 15:09:26 -04:00
|
|
|
HOMEPAGE= http://mtools.linux.lu/
|
2001-02-24 04:08:53 -05:00
|
|
|
|
2000-03-24 05:43:18 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2000-06-10 21:31:24 -04:00
|
|
|
USE_GMAKE= Yes
|
|
|
|
|
2002-11-30 03:32:36 -05:00
|
|
|
CONFIGURE_STYLE= autoconf dest
|
|
|
|
SEPARATE_BUILD= Simple
|
1999-02-28 06:18:13 -05:00
|
|
|
|
1999-07-14 16:04:07 -04:00
|
|
|
pre-patch:
|
2001-07-08 20:37:40 -04:00
|
|
|
@ln -s . ${WRKSRC}/mtools
|
1999-07-14 16:04:07 -04:00
|
|
|
|
|
|
|
post-patch:
|
2001-07-08 20:37:40 -04:00
|
|
|
@rm ${WRKSRC}/mtools
|
1999-07-14 16:04:07 -04:00
|
|
|
|
1999-02-28 06:18:13 -05:00
|
|
|
.include <bsd.port.mk>
|