summaryrefslogtreecommitdiffstats
path: root/freebsd/tdeedu/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/tdeedu/Makefile')
-rw-r--r--freebsd/tdeedu/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/freebsd/tdeedu/Makefile b/freebsd/tdeedu/Makefile
index d0b4131b8..42b5eb77d 100644
--- a/freebsd/tdeedu/Makefile
+++ b/freebsd/tdeedu/Makefile
@@ -34,15 +34,15 @@ LIB_DEPENDS+= \
# Build
post-patch: tde-pathfix
-do-configure: tde-autotools-prepare
- ${TDE_AUTOTOOLS_CONFIGURE} \
+do-configure: tde-cmake-prepare
+ ${TDE_CMAKE_CONFIGURE} \
+ -DBUILD_ALL="ON" \
+ -DWITH_ALL_OPTIONS="ON"
-post-configure:
- # hack for out of source build
- ${CP} -a ${WRKSRC}/kalzium/src/solver ${WRKSRC}/.build/kalzium/src/solver
+do-build: tde-cmake-build
-do-build: tde-autotools-build
+#post-build: tde-cmake-check
-do-install: tde-autotools-install
+do-install: tde-cmake-install
.include <bsd.port.mk>