mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
73f7c91b5d
(Part 1)
26 lines
562 B
Makefile
26 lines
562 B
Makefile
# 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>
|