devel/gettext-tools: add CPE information

- Maintainer's timeout (autotools@FreeBSD.org)

PR:		198633
Submitted by:	Shun <shun.fbsd.pr@dropcut.net>
This commit is contained in:
Bartek Rutkowski 2015-03-29 10:55:55 +00:00
parent 32e324eb97
commit 179e8f2ab6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=382582

View file

@ -24,10 +24,13 @@ CONFIGURE_ARGS= --disable-csharp --disable-java --disable-openmp \
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip
USES= charsetfix gettext-runtime iconv libtool tar:xz
USES= charsetfix cpe gettext-runtime iconv libtool tar:xz
USE_LDCONFIG= yes
WRKSRC_SUBDIR= gettext-tools
CPE_PRODUCT= gettext
CPE_VENDOR= gun
OPTIONS_DEFINE= DOCS
.include <bsd.port.options.mk>