1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/textproc/cg3/Makefile
Jan Beich 268cee3b02 devel/icu: update to 71.1
Changes:	https://github.com/unicode-org/icu/releases/tag/release-71-1
Reported by:	GitHub (watch releases)
PR:		262654
Exp-run by:	antoine
Approved by:	fluffy
2022-04-07 00:39:10 +00:00

33 lines
779 B
Makefile

PORTNAME= cg3
DISTVERSION= 1.3.6
PORTREVISION= 2
CATEGORIES= textproc
MASTER_SITES= https://github.com/GrammarSoft/${PORTNAME}/releases/download/v${DISTVERSION}/
MAINTAINER= bofh@FreeBSD.org
COMMENT= Tools for the Constraint Grammar formalism
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libboost_date_time.so:devel/boost-libs \
libicuuc.so:devel/icu
USES= cmake pathfix perl5 shebangfix tar:bz2
USE_LDCONFIG= yes
SHEBANG_FILES= scripts/cg-sort scripts/cg-strictify scripts/cg-untrace \
scripts/cg3-autobin.pl.in
OPTIONS_DEFINE= OPTIMIZED_CFLAGS
post-patch:
@${REINPLACE_CMD} -e '/D_POSIX_C_SOURCE/d' \
${WRKSRC}/CMakeLists.txt
post-patch-OPTIMIZED_CFLAGS-off:
@${REINPLACE_CMD} -e 's| -O3||g' \
${WRKSRC}/CMakeLists.txt
.include <bsd.port.mk>