summaryrefslogtreecommitdiff
path: root/devel/distcc-pump/Makefile
blob: b1120e2fba55be87c1a14298d11178c7b17e18b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $NetBSD: Makefile,v 1.5 2012/03/15 11:53:23 obache Exp $

PKGNAME=	${DISTNAME:S/-/-pump-/}
PKGREVISION=	4
COMMENT=	Accelerated remote compilation with distcc

.include "../../devel/distcc/Makefile.common"

PY_PATCHPLIST=		yes

# 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"