pkgsrc/devel/buildtool/Makefile
rillig b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00

27 lines
585 B
Makefile

# $NetBSD: Makefile,v 1.20 2005/12/05 20:50:02 rillig Exp $
#
DISTNAME= buildtool-0.16
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=buildtool/}
MAINTAINER= jmmv@NetBSD.org
HOMEPAGE= http://buildtool.sourceforge.net/
COMMENT= Portable build infrastructure
PKG_INSTALLATION_TYPES= overwrite pkgviews
HAS_CONFIGURE= yes
TEST_TARGET= test
PKG_SYSCONFSUBDIR= buildtool
CONFIGURE_ARGS+= -p ${PREFIX}
CONFIGURE_ARGS+= -c ${PKG_SYSCONFDIR}
CONFIGURE_ENV+= SH=${SH:Q}
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/buildtool/pkgflags
.include "../../mk/bsd.pkg.mk"