diff options
| author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-03-24 14:33:13 +0000 |
|---|---|---|
| committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-03-24 14:33:13 +0000 |
| commit | fc332ca1045da7c59e159f422cd884db2b25093d (patch) | |
| tree | e202c6f183436752277aee5501a59a520784839a /textproc/libexttextcat | |
| parent | 999caa2e02917fe5d5d7070390445959a30295f9 (diff) | |
Notes
Diffstat (limited to 'textproc/libexttextcat')
| -rw-r--r-- | textproc/libexttextcat/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/textproc/libexttextcat/Makefile b/textproc/libexttextcat/Makefile index b5ee754786a9..379cee96c6af 100644 --- a/textproc/libexttextcat/Makefile +++ b/textproc/libexttextcat/Makefile @@ -3,7 +3,7 @@ PORTNAME= libexttextcat PORTVERSION= 3.4.5 CATEGORIES= textproc -MASTER_SITES= http://dev-www.libreoffice.org/src/libexttextcat/ +MASTER_SITES= https://dev-www.libreoffice.org/src/libexttextcat/ MAINTAINER= office@FreeBSD.org COMMENT= Language guessing by N-Gram-Based Text Categorization @@ -11,14 +11,15 @@ COMMENT= Language guessing by N-Gram-Based Text Categorization LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +USES= gmake libtool pathfix tar:xz + GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip MAKE_ARGS= EXEEXT=x TEST_ARGS= # empty TEST_TARGET= check TEST_WRKSRC= ${WRKSRC}/src USE_LDCONFIG= yes -USES= gmake libtool pathfix tar:xz -INSTALL_TARGET= install-strip PORTDOCS= README README.libtextcat TODO |
