freebsd-ports/science/clhep/Makefile
Martin Wilke 16adb49d70 - Update to 2.0.4.2
PR:		129661
Submitted by:	Dennis Herrmann <adox@mcx2.org> (maintainer)
2008-12-22 21:09:34 +00:00

32 lines
722 B
Makefile

# New ports collection makefile for: clhep
# Date created: 6 May 2001
# Whom: will
#
# $FreeBSD$
#
PORTNAME= clhep
PORTVERSION= 2.0.4.2
CATEGORIES= science
MASTER_SITES= http://wwwasd.web.cern.ch/wwwasd/lhc++/clhep/DISTRIBUTION/distributions/
EXTRACT_SUFX= .tgz
MAINTAINER= adox@mcx2.org
COMMENT= Object-oriented toolkit for particle physics applications by CERN
WRKSRC= ${WRKDIR}/${PORTVERSION}/${PORTNAME:U}
USE_GNOME= gnometarget
USE_PERL5_BUILD= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-gmake
USE_LDCONFIG= yes
PLIST_SUB= VERSION="${PORTVERSION}"
post-patch:
@${FIND} ${WRKSRC} -name "configure" | ${XARGS} ${REINPLACE_CMD} -e \
'/AM_CXXFLAGS=/s|-O ||g'
.include <bsd.port.mk>