summaryrefslogtreecommitdiffstats
path: root/freebsd/tdegames/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/tdegames/Makefile')
-rw-r--r--freebsd/tdegames/Makefile13
1 files changed, 8 insertions, 5 deletions
diff --git a/freebsd/tdegames/Makefile b/freebsd/tdegames/Makefile
index e86267f95..1ab83221c 100644
--- a/freebsd/tdegames/Makefile
+++ b/freebsd/tdegames/Makefile
@@ -7,7 +7,7 @@
PORTNAME= tdegames-trinity
COMMENT= Trinity games
-TDE_PREVERSION=
+TDE_PREVERSION= ~pre7+b5698a72
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11 games
@@ -27,11 +27,14 @@ 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"
-do-build: tde-autotools-build
+do-build: tde-cmake-build
-do-install: tde-autotools-install
+do-install: tde-cmake-install
.include <bsd.port.mk>