ports/devel/gettext-po-mode/Makefile
Joseph Mingrone 12940d868a
*/*: Chase editors/emacs update
Sponsored by:	The FreeBSD Foundation
2025-02-24 17:44:48 -04:00

31 lines
734 B
Makefile

PORTNAME= gettext-po-mode
PORTREVISION= 9
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>