summaryrefslogtreecommitdiff
path: root/sysutils/cpmtools/Makefile
blob: e4a085777d5c2706cb460b74d4840f59bfab0ec3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# $NetBSD: Makefile,v 1.8 2017/01/03 22:46:53 roy Exp $
#

DISTNAME=		cpmtools-2.13
PKGREVISION=		2
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+=	--datarootdir=${PREFIX}/share/cpmtools

INSTALL_MAKE_FLAGS+=	prefix=${DESTDIR}${PREFIX} MANDIR=${DESTDIR}${PREFIX}/${PKGMANDIR}
INSTALLATION_DIRS+=	bin share/cpmtools ${PKGMANDIR}/man1 ${PKGMANDIR}/man5

# I have no idea why this even wants to link against curses as it appears
# to use neither curses, terminfo or termcap.
.include "../../mk/curses.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"