2001-05-08 02:02:21 +02:00
|
|
|
# New ports collection makefile for: clhep
|
|
|
|
# Date created: 6 May 2001
|
|
|
|
# Whom: will
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= clhep
|
2003-01-03 19:37:17 +01:00
|
|
|
PORTVERSION= 1.8.0.0
|
2004-02-04 06:10:27 +01:00
|
|
|
PORTREVISION= 1
|
2001-05-08 02:02:21 +02:00
|
|
|
CATEGORIES= science
|
2005-07-14 01:10:02 +02:00
|
|
|
MASTER_SITES= http://wwwasd.web.cern.ch/wwwasd/lhc++/export/share/CLHEP/%SUBDIR%/
|
2003-01-03 19:37:17 +01:00
|
|
|
MASTER_SITE_SUBDIR= ${PORTVERSION}
|
|
|
|
EXTRACT_SUFX= .tgz
|
2001-05-08 02:02:21 +02:00
|
|
|
|
|
|
|
MAINTAINER= ports@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
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/CLHEP
|
|
|
|
|
2003-01-03 19:37:17 +01:00
|
|
|
USE_GMAKE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_SUB= TARGET=${CONFIGURE_TARGET} VERSION=${PORTVERSION}
|
2001-09-21 16:38:18 +02:00
|
|
|
|
2001-05-08 02:02:21 +02:00
|
|
|
.include <bsd.port.mk>
|