17 lines
479 B
Makefile
17 lines
479 B
Makefile
# $NetBSD: Makefile,v 1.10 2016/07/09 13:03:38 wiz Exp $
|
|
|
|
PKGNAME= ${DISTNAME:S/-/-pump-/:S/rc1//}
|
|
COMMENT= Accelerated remote compilation with distcc
|
|
|
|
.include "../../devel/distcc/Makefile.common"
|
|
|
|
PY_PATCHPLIST= yes
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 3.1
|
|
|
|
# check patch-ae for build and install targets
|
|
BUILD_TARGET= pump include-server
|
|
INSTALL_TARGET= install-include-server
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|