pkgsrc-wip/lmdbg/Makefile
Aleksey Cheusov 8010fdefa7 Update to 0.15.0
New presentation for mk-configure is in doc/ subdirectory.

  New top-level include file "mkc.subprjs.mk", more powerful
  replacement for mkc.subdir.mk. It handles subprojects organized as a
  dependency graph.

  New variables are added: MKPICLIB, MKSHLIB, MKSTATICLIB and
  MKPROFILELIB for building PIC, shared, static and profile libraries.
  See mk-configure.7 for details.

  MKPIC, MKPROFILE and MKPICINSTALL variables are removed. Use
  MKPICLIB, MKSHLIB, MKPROFILELIB and MKINSTALL variables instead.

  Implementation for variable "WARNS" (currently only for gcc).

  New variable "SHRTOUT". If it is not "no", shortened formatted
  messages are output about compiling, linking etc.

  Manual page for mkcmake(1).

  -h option is passed to the linker under Solaris while building a
  shared library.

  Target "depend" is added for generating .depend file.

  Minor fixes in mkc_check_funclib.

  Support for Cygwin is added (no support for shared libraries yet).

  Clean-ups in target "clean".

  More regression tests and examples.

  Minor fix in mkc_imp.subdir.mk: do not run "installdirs" if MKINSTALL=no.

  Internal target "error-check" is renamed to "errorcheck".
2010-05-26 19:49:59 +00:00

35 lines
797 B
Makefile

# $NetBSD: Makefile,v 1.18 2010/05/26 19:49:59 cheusov Exp $
#
DISTNAME= lmdbg-0.15.0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lmdbg/} \
http://mova.org/~cheusov/pub/lmdbg/
MAINTAINER= cheusov@tut.by
HOMEPAGE= http://sourceforge.net/projects/lmdbg/
COMMENT= Lightweight Modular malloc Debugger
LICENSE= mit
BUILD_DEPENDS+= mk-configure>=0.15.0nb2:../../wip/mk-configure
DEPENDS+= pipestatus-[0-9]*:../../devel/pipestatus
#DEPENDS+= gdb-[0-9]*:../../devel/gdb
PKG_DESTDIR_SUPPORT= user-destdir
TEST_TARGET= test
DOCDIR= share/doc/lmdbg
DOCFILES= README NEWS ChangeLog
AUTO_MKDIRS= yes
post-install:
.for f in ${DOCFILES}
${INSTALL_DATA} ${WRKSRC}/${f} ${DESTDIR}${PREFIX}/${DOCDIR}
.endfor
.include "../../mk/bsd.pkg.mk"
MAKE_PROGRAM= ${PREFIX}/bin/mkcmake