blob: 6f4afe2f2e915e99bb18e73c71c524074c2015f2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# New ports collection makefile for: clhep
# Date created: 6 May 2001
# Whom: will
#
# $FreeBSD$
#
PORTNAME= clhep
PORTVERSION= 1.8.0.0
PORTREVISION= 1
CATEGORIES= science
MASTER_SITES= http://wwwinfo.cern.ch/asd/lhc++/export/share/CLHEP/%SUBDIR%/
MASTER_SITE_SUBDIR= ${PORTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Object-oriented toolkit for particle physics applications by CERN
WRKSRC= ${WRKDIR}/CLHEP
USE_GMAKE= yes
GNU_CONFIGURE= yes
PLIST_SUB= TARGET=${CONFIGURE_TARGET} VERSION=${PORTVERSION}
.include <bsd.port.mk>
|