freebsd-ports/science/xloops-ginac/Makefile
2003-02-20 19:00:52 +00:00

27 lines
511 B
Makefile

# ex:ts=8
# Ports collection makefile for: xloops
# Date created: Oct 15, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= xloops
PORTVERSION= 0.1.3
CATEGORIES= science
MASTER_SITES= http://wwwthep.physik.uni-mainz.de/~xloops/
PKGNAMESUFFIX= -ginac
DISTNAME= ${PORTNAME}-ginac-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A program calculating Feynman diagrams
LIB_DEPENDS= ginac:${PORTSDIR}/math/GiNaC
USE_LIBTOOL= yes
USE_GMAKE= yes
post-install:
@${RMDIR} ${DOCSDIR}
.include <bsd.port.mk>