freebsd-ports/science/xloops-ginac/Makefile

33 lines
710 B
Makefile
Raw Normal View History

# ex:ts=8
# Ports collection makefile for: xloops
# Date created: Oct 15, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= xloops-ginac
PORTVERSION= 0.1.3
2005-11-02 00:58:53 +01:00
PORTREVISION= 8
CATEGORIES= science
MASTER_SITES= http://wwwthep.physik.uni-mainz.de/~xloops/
MAINTAINER= ports@FreeBSD.org
2003-02-20 20:00:52 +01:00
COMMENT= A program calculating Feynman diagrams
2005-11-02 00:58:53 +01:00
LIB_DEPENDS= ginac-1.3.3:${PORTSDIR}/math/GiNaC
USE_GCC= 3.4
USE_GMAKE= yes
USE_GNOME= gnometarget
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
AUTOHEADER="${TRUE}"
CFLAGS+= -fpermissive
CPPFLAGS= -I${LOCALBASE}/include
LDFLAGS= -L${LOCALBASE}/lib
.include <bsd.port.mk>