freebsd-ports/devel/gettext-po-mode/Makefile
Yasuhiro Kimura ea66012756 editors/emacs-devel: Update to 2022-11-28 snapshot
Bump PORTREVISION of consumers as EMACS_VER is changed to 30.0.50.

Changes:	51589f81...7939184f
2022-11-30 16:06:37 +09:00

32 lines
734 B
Makefile

PORTNAME= gettext-po-mode
PORTREVISION= 3
MAINTAINER= mandree@FreeBSD.org
COMMENT= GNU gettext po-mode for emacs
WWW= https://www.gnu.org/software/gettext/
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/../COPYING
.include "${.CURDIR}/../gettext/Makefile.common"
BUILD_DEPENDS= libtextstyle>=${PORTVERSION}:devel/libtextstyle
LIB_DEPENDS= libtextstyle.so:devel/libtextstyle
USES= cpe emacs:build tar:xz
CPE_VENDOR= gnu
CPE_PRODUCT= gettext
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-emacs --without-git ac_cv_lib_rt_sched_yield=no
INSTALL_TARGET= install
BUILD_WRKSRC= ${WRKSRC}/emacs
INSTALL_WRKSRC= ${BUILD_WRKSRC}
WRKSRC_SUBDIR= gettext-tools
PLIST_SUB= PORTVERSION=${PORTVERSION} VERSION=${PORTVERSION}
.include <bsd.port.mk>