summaryrefslogtreecommitdiff
path: root/science/xloops-ginac/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-10-15 10:02:15 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-10-15 10:02:15 +0000
commit1bdd845e2e8db02ebcb58c84b08f7eb298de327c (patch)
tree338a371d01e627863d294c58ec24b97f73fc9e21 /science/xloops-ginac/Makefile
parentFix inversed targets. (diff)
add xloops-ginac 0.1.3
A program calculating Feynman diagrams
Notes
Notes: svn path=/head/; revision=68091
Diffstat (limited to 'science/xloops-ginac/Makefile')
-rw-r--r--science/xloops-ginac/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/science/xloops-ginac/Makefile b/science/xloops-ginac/Makefile
new file mode 100644
index 000000000000..921c04e977aa
--- /dev/null
+++ b/science/xloops-ginac/Makefile
@@ -0,0 +1,26 @@
+# 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
+
+LIB_DEPENDS= ginac:${PORTSDIR}/math/GiNaC
+
+USE_LIBTOOL= yes
+USE_GMAKE= yes
+
+post-install:
+ @${RMDIR} ${DOCSDIR}
+
+.include <bsd.port.mk>