19 lines
532 B
Makefile
19 lines
532 B
Makefile
# $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"
|