c7383780db
might incur ncurses dependencies on some platforms, and ncurses just bumped its shlib. Some packages were bumped twice now, sorry for that.
21 lines
638 B
Makefile
21 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"
|