diff --git a/math/yices/Makefile b/math/yices/Makefile index 2a3b3b2be87d..264e19c78cfc 100644 --- a/math/yices/Makefile +++ b/math/yices/Makefile @@ -1,35 +1,36 @@ PORTNAME= yices DISTVERSION= 2.7.0 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org COMMENT= SMT solver WWW= https://yices.csl.sri.com/ \ https://github.com/SRI-CSL/yices2/ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= gperf:devel/gperf LIB_DEPENDS= libgmp.so:math/gmp USES= autoreconf compiler:c11 gmake localbase USE_GITHUB= yes GH_ACCOUNT= SRI-CSL GH_PROJECT= yices2 GH_TAGNAME= yices-${DISTVERSION} USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-pic-gmp=${LOCALBASE}/lib/libgmp.so MAKE_ARGS= YICES_MAKE_INCLUDE=configs/make.include.${CONFIGURE_TARGET} TEST_TARGET= test CFLAGS+= -fPIC PIE_UNSAFE= yes post-install: # strip binaries @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/* .include