pkgsrc/pkgtools/pbulk-base/Makefile
joerg 4900ea76d8 pbulk-base-0.44: Fix hash function to actually do proper hashing.
Do some further tweaking to improve matching by storing string size.
While here, add the necessary .WAIT to allow parallel builds.
2011-11-27 19:53:30 +00:00

34 lines
683 B
Makefile

# $NetBSD: Makefile,v 1.7 2011/11/27 19:53:30 joerg Exp $
DISTNAME= pbulk-base-0.44
COMMENT= Core components of the modular bulk build framework
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../pkgtools/pbulk/Makefile.common"
USE_FEATURES= nbcompat
USE_TOOLS+= groff nroff
INSTALLATION_DIRS= bin ${PKGMANDIR}/cat1 ${PKGMANDIR}/man1
USE_BSD_MAKEFILE= yes
CONFLICTS= pbulk<0.39
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "SunOS"
LDADD+= -lsocket -lresolv
MAKE_ENV+= LDADD=${LDADD:Q}
.endif
.if ${OPSYS} == "Linux"
CPPFLAGS+= -D_GNU_SOURCE
.endif
BUILD_DIRS= lib pbuild presolve pscan
do-extract:
${CP} -r ${FILESDIR}/pbulk ${WRKDIR}
.include "../../mk/bsd.pkg.mk"