pkgsrc/sysutils/cpmtools/Makefile

22 lines
638 B
Makefile
Raw Normal View History

# $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
2010-01-27 19:38:15 +01:00
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"