Files
pkgsrc-ng/sysutils/cpmtools/Makefile
2016-01-21 23:42:40 +01:00

22 lines
638 B
Makefile

# $NetBSD: Makefile,v 1.7 2015/08/18 07:31:17 wiz 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
.include "../../devel/ncurses/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"