freebsd-ports/science/clhep/Makefile

26 lines
568 B
Makefile
Raw Normal View History

# 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
2005-07-14 01:10:02 +02:00
MASTER_SITES= http://wwwasd.web.cern.ch/wwwasd/lhc++/export/share/CLHEP/%SUBDIR%/
MASTER_SITE_SUBDIR= ${PORTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
2003-02-20 20:00:52 +01:00
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>