summaryrefslogtreecommitdiffstats
path: root/freebsd/tdeadmin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/tdeadmin/Makefile')
-rw-r--r--freebsd/tdeadmin/Makefile23
1 files changed, 13 insertions, 10 deletions
diff --git a/freebsd/tdeadmin/Makefile b/freebsd/tdeadmin/Makefile
index c3afd8fd7..65ac0b4fd 100644
--- a/freebsd/tdeadmin/Makefile
+++ b/freebsd/tdeadmin/Makefile
@@ -23,15 +23,18 @@ post-patch: tde-pathfix
gsed -i ${WRKSRC}/knetworkconf/backends/Makefile.am \
-e "s|pkgconfig_DATA = system-tools-backends.pc||"
-do-configure: tde-autotools-prepare
- ${TDE_AUTOTOOLS_CONFIGURE} \
- --with-pam=tde \
- --without-shadow \
- --without-nis \
- --with-private-groups
-
-do-build: tde-autotools-build
-
-do-install: tde-autotools-install
+do-configure: tde-cmake-prepare
+ ${TDE_CMAKE_CONFIGURE} \
+ \
+ -DBUILD_ALL="ON" \
+ -DBUILD_KDAT="OFF" \
+ -DBUILD_KSYSV="OFF" \
+ -DBUILD_LILO_CONFIG="OFF" \
+ -DWITH_ALL_OPTIONS="ON" \
+ -DKU_USERPRIVATEGROUP="true"
+
+do-build: tde-cmake-build
+
+do-install: tde-cmake-install
.include <bsd.port.mk>