blob: d7b07428d75a4b1de01e62deef00a1af53b4cbf0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: Makefile,v 1.2 2007/12/30 12:37:28 obache Exp $
#
DISTNAME= cpmtools-2.5
CATEGORIES= sysutils
MASTER_SITES= http://www.moria.de/~michael/cpmtools/
MAINTAINER= dgriffi@cs.csubak.edu
HOMEPAGE= http://www.moria.de/~michael/cpmtools/
COMMENT= Similar to mtools, except for CP/M filesystems
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --datadir=${PREFIX}/share/cpmtools
INSTALLATION_DIRS+= bin share/cpmtools ${PKGMANDIR}/man1 ${PKGMANDIR}/man5
.include "../../devel/ncurses/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|