16 lines
482 B
Makefile
16 lines
482 B
Makefile
# $NetBSD: Makefile,v 1.11 2017/01/01 14:43:30 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 36 # 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"
|