9d3b9a8c16
o Added the `qt_program' type to bt_logic as a replacement for the old qt.moc.mk makefile. o Added logging functionality to bt_logic, to help debugging problems present in it and to tell the developer what is happening during a build. o Added a standard customizable directory (named `doc') where a package may install documents. Package documents (those registered in the docs() function) will get installed in this directory by default. o Removed all uses of the getopt(1) command. This means that all mod- ules that still used it now support long options, aside from the standard short ones. o Multiple bug fixes.
25 lines
572 B
Makefile
25 lines
572 B
Makefile
# $NetBSD: Makefile,v 1.13 2003/09/05 18:50:32 jmmv Exp $
|
|
#
|
|
|
|
DISTNAME= buildtool-0.14
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=buildtool/}
|
|
|
|
MAINTAINER= jmmv@NetBSD.org
|
|
HOMEPAGE= http://buildtool.sourceforge.net/
|
|
COMMENT= Portable build infrastructure
|
|
|
|
USE_BUILDLINK2= yes
|
|
HAS_CONFIGURE= yes
|
|
|
|
PKG_SYSCONFSUBDIR= buildtool
|
|
|
|
CONFIGURE_ARGS= -p ${LOCALBASE}
|
|
CONFIGURE_ARGS+= -c ${PKG_SYSCONFDIR}
|
|
CONFIGURE_ENV+= M4="${M4}"
|
|
CONFIGURE_ENV+= SH="${SH}"
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/buildtool-0/pkgflags
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|