aboutsummaryrefslogtreecommitdiff
path: root/science/xloops-ginac
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-08-16 19:39:10 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-08-16 19:39:10 +0000
commit8f24cb1317ec28a9dca34dfe4033de69da0b2b1f (patch)
treeb4b308dd97a5da92f2d879b4ff6b3913b9414c5f /science/xloops-ginac
parentc3c7186093a16952c20bd6742df3bc9ecae6dedf (diff)
downloadports-8f24cb1317ec28a9dca34dfe4033de69da0b2b1f.tar.gz
ports-8f24cb1317ec28a9dca34dfe4033de69da0b2b1f.zip
Notes
Diffstat (limited to 'science/xloops-ginac')
-rw-r--r--science/xloops-ginac/Makefile20
-rw-r--r--science/xloops-ginac/files/patch-configure10
2 files changed, 6 insertions, 24 deletions
diff --git a/science/xloops-ginac/Makefile b/science/xloops-ginac/Makefile
index a2253f4a9129..0e1944a2b2e9 100644
--- a/science/xloops-ginac/Makefile
+++ b/science/xloops-ginac/Makefile
@@ -8,8 +8,7 @@
PORTNAME= xloops-ginac
PORTVERSION= 0.1.3
-PORTREVISION= 1
-PORTREVISOIN= 3
+PORTREVISION= 4
CATEGORIES= science
MASTER_SITES= http://wwwthep.physik.uni-mainz.de/~xloops/
@@ -18,23 +17,16 @@ COMMENT= A program calculating Feynman diagrams
LIB_DEPENDS= ginac-1.2.3:${PORTSDIR}/math/GiNaC
+USE_GCC= 3.3
+USE_GNOME= gnometarget lthack
USE_GMAKE= yes
-USE_LIBTOOL_VER=13
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+USE_INC_LIBTOOL_VER= 13
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
AUTOHEADER="${TRUE}"
+CFLAGS+= -O0
CPPFLAGS= -I${LOCALBASE}/include
LDFLAGS= -L${LOCALBASE}/lib
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500035
-BUILD_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport
-RUN_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport
-CPPFLAGS+= -I${LOCALBASE}/include/stlport ${PTHREAD_CFLAGS}
-LDFLAGS+= -lstlport_gcc ${PTHREAD_LIBS}
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/science/xloops-ginac/files/patch-configure b/science/xloops-ginac/files/patch-configure
deleted file mode 100644
index 83ea6ec44709..000000000000
--- a/science/xloops-ginac/files/patch-configure
+++ /dev/null
@@ -1,10 +0,0 @@
---- configure.orig Thu Feb 28 01:06:04 2002
-+++ configure Fri Oct 10 10:45:33 2003
-@@ -7385,6 +7385,7 @@
-
- # This can be used to rebuild libtool when needed
- LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
-+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
-
- # Always use our own libtool.
- LIBTOOL='$(SHELL) $(top_builddir)/libtool'