2001-05-08 00:02:21 +00:00
|
|
|
# New ports collection makefile for: clhep
|
|
|
|
# Date created: 6 May 2001
|
|
|
|
# Whom: will
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= clhep
|
2003-01-03 18:37:17 +00:00
|
|
|
PORTVERSION= 1.8.0.0
|
2001-05-08 00:02:21 +00:00
|
|
|
CATEGORIES= science
|
2003-01-03 18:37:17 +00:00
|
|
|
MASTER_SITES= http://wwwinfo.cern.ch/asd/lhc++/export/share/CLHEP/%SUBDIR%/
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTVERSION}
|
|
|
|
EXTRACT_SUFX= .tgz
|
2001-05-08 00:02:21 +00:00
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 19:00:52 +00:00
|
|
|
COMMENT= Object-oriented toolkit for particle physics applications by CERN
|
2001-05-08 00:02:21 +00:00
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/CLHEP
|
|
|
|
|
2003-01-03 18:37:17 +00:00
|
|
|
USE_GMAKE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_SUB= TARGET=${CONFIGURE_TARGET} VERSION=${PORTVERSION}
|
2001-09-21 14:38:18 +00:00
|
|
|
|
2001-05-08 00:02:21 +00:00
|
|
|
.include <bsd.port.mk>
|