2001-05-08 02:02:21 +02:00
|
|
|
# New ports collection makefile for: clhep
|
|
|
|
# Date created: 6 May 2001
|
|
|
|
# Whom: will
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= clhep
|
2010-11-13 12:13:13 +01:00
|
|
|
PORTVERSION= 2.1.0.1
|
2001-05-08 02:02:21 +02:00
|
|
|
CATEGORIES= science
|
2010-01-31 12:27:48 +01:00
|
|
|
MASTER_SITES= http://wwwasd.web.cern.ch/wwwasd/lhc++/clhep/DISTRIBUTION/tarFiles/
|
2003-01-03 19:37:17 +01:00
|
|
|
EXTRACT_SUFX= .tgz
|
2001-05-08 02:02:21 +02:00
|
|
|
|
2009-03-06 19:14:36 +01:00
|
|
|
MAINTAINER= dhn@FreeBSD.org
|
2003-02-20 20:00:52 +01:00
|
|
|
COMMENT= Object-oriented toolkit for particle physics applications by CERN
|
2001-05-08 02:02:21 +02:00
|
|
|
|
2007-12-14 19:45:51 +01:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTVERSION}/${PORTNAME:U}
|
2001-05-08 02:02:21 +02:00
|
|
|
|
2007-12-14 19:45:51 +01:00
|
|
|
USE_PERL5_BUILD= yes
|
2003-01-03 19:37:17 +01:00
|
|
|
USE_GMAKE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2007-12-14 19:45:51 +01:00
|
|
|
CONFIGURE_ARGS= --enable-gmake
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
|
|
|
|
PLIST_SUB= VERSION="${PORTVERSION}"
|
|
|
|
|
2009-09-30 20:48:13 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} < 700000
|
|
|
|
BROKEN= Does not compile on FreeBSD 6.X
|
|
|
|
.endif
|
|
|
|
|
2007-12-14 19:45:51 +01:00
|
|
|
post-patch:
|
|
|
|
@${FIND} ${WRKSRC} -name "configure" | ${XARGS} ${REINPLACE_CMD} -e \
|
|
|
|
'/AM_CXXFLAGS=/s|-O ||g'
|
2001-09-21 16:38:18 +02:00
|
|
|
|
2009-09-30 20:48:13 +02:00
|
|
|
.include <bsd.port.post.mk>
|