freebsd-ports/science/xloops-ginac/Makefile
Oliver Lehmann 7ca8a40a11 fix build on 4
remove broken for 6

PR:		81964
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2005-06-09 17:20:49 +00:00

32 lines
710 B
Makefile

# ex:ts=8
# Ports collection makefile for: xloops
# Date created: Oct 15, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= xloops-ginac
PORTVERSION= 0.1.3
PORTREVISION= 6
CATEGORIES= science
MASTER_SITES= http://wwwthep.physik.uni-mainz.de/~xloops/
MAINTAINER= ports@FreeBSD.org
COMMENT= A program calculating Feynman diagrams
LIB_DEPENDS= ginac-1.3.1:${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>