pkgsrc-wip/boinc-lib/Makefile
Sergey Svishchev 7b4709677e Delint:
- convert spaces to tabs (pkglint --autofix)
- set, not append to USE_LANGUAGES
2006-10-29 08:32:37 +00:00

33 lines
742 B
Makefile

# $NetBSD: Makefile,v 1.3 2006/10/29 08:32:38 shattered Exp $
DISTNAME= boinc
PKGNAME= boinc-lib-1
CATEGORIES= net
COMMENT= Libraries for the BOINC distributed computing application
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= automake m4 pkg-config gmake
USE_LANGUAGES= c c++
#LIBTOOL_OVERRIDE= m4/libtool.m4
SHLIBTOOL_OVERRIDE= m4/libtool.m4
CONFIGURE_ARGS+= --disable-server \
--disable-client
.include "../../wip/boinc-lib/Makefile.common"
CVS_REPOSITORIES= boinc
pre-configure:
cd ${WRKSRC} && \
aclocal -I m4 && autoheader && \
automake && autoconf
.include "../../www/curl/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../wip/mk/cvs-package.mk"
.include "../../mk/bsd.pkg.mk"