diff options
Diffstat (limited to 'emulators/flexemu/Makefile')
-rw-r--r-- | emulators/flexemu/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/emulators/flexemu/Makefile b/emulators/flexemu/Makefile index 8c44dde04c64..b9869aa3664f 100644 --- a/emulators/flexemu/Makefile +++ b/emulators/flexemu/Makefile @@ -1,6 +1,7 @@ PORTNAME= flexemu DISTVERSIONPREFIX= V DISTVERSION= 3.30 +PORTREVISION= 1 CATEGORIES= emulators MAINTAINER= rhurlin@FreeBSD.org @@ -9,7 +10,7 @@ WWW= https://flexemu.neocities.org/ LICENSE= GPLv2 -USES= cmake compiler:c++17-lang desktop-file-utils gl libtool \ +USES= cmake compiler:c++17-lang desktop-file-utils gl \ ncurses qt:6 shared-mime-info xorg USE_GITHUB= yes GH_ACCOUNT= aladur @@ -25,11 +26,4 @@ CMAKE_ARGS+= -DFLEXEMU_QT_MAJOR_VERSION=6 \ -DCLANG_TIDY=${LOCALBASE}/bin/clang-tidy${COMPILER_VERSION:C/.$//} \ -DRUN_CLANG_TIDY=${LOCALBASE}/llvm${COMPILER_VERSION:C/.$//}/bin/run-clang-tidy -# test target has build errors atm. -test: - @cd ${WRKDIR}/.build && \ - ${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} ${CMAKE_SOURCE_PATH} && \ - ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} && \ - ${BUILD_WRKSRC}/test - .include <bsd.port.mk> |