pkgsrc-wip/clhep/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

29 lines
673 B
Makefile

# $NetBSD: Makefile,v 1.7 2006/10/29 08:32:41 shattered Exp $
#
DISTNAME= clhep-1.9.2.3
CATEGORIES= math
MASTER_SITES= http://cern.ch/clhep/distributions/ \
http://cern.ch/clhep/
EXTRACT_SUFX= .tgz
MAINTAINER= hugor@users.sourceforge.net
HOMEPAGE= http://proj-clhep.web.cern.ch/proj-clhep/
COMMENT= Class library for high energy physics
TMPEXT_DIR= ${WRKDIR}/1.9.2.3/CLHEP
AUTOCONF_REQD= 2.59
USE_TOOLS+= aclocal autoconf automake gmake perl
GNU_CONFIGURE= yes
CONFIGURE_SCRIPT= ${TMPEXT_DIR}/configure
USE_LANGUAGES= c c++
pre-configure:
${MKDIR} ${WRKSRC}; \
cd ${TMPEXT_DIR}; \
autoconf; \
aclocal; \
automake -a --foreign -i
.include "../../mk/bsd.pkg.mk"