Lines 1-9
Link Here
|
1 |
# Created by: ijliao |
1 |
# Created by: ijliao |
2 |
|
2 |
|
3 |
PORTNAME= fribidi |
3 |
PORTNAME= fribidi |
4 |
PORTVERSION= 1.0.10 |
4 |
DISTVERSION= 1.0.11 |
5 |
CATEGORIES= converters |
5 |
CATEGORIES= converters |
6 |
MASTER_SITES= https://github.com/fribidi/fribidi/releases/download/v${PORTVERSION}/ |
6 |
MASTER_SITES= https://github.com/fribidi/fribidi/releases/download/v${DISTVERSION}/ |
7 |
|
7 |
|
8 |
MAINTAINER= desktop@FreeBSD.org |
8 |
MAINTAINER= desktop@FreeBSD.org |
9 |
COMMENT= Free Implementation of the Unicode Bidirectional Algorithm |
9 |
COMMENT= Free Implementation of the Unicode Bidirectional Algorithm |
Lines 11-21
COMMENT= Free Implementation of the Unicode Bidirectional Algorithm
Link Here
|
11 |
LICENSE= LGPL21 |
11 |
LICENSE= LGPL21 |
12 |
LICENSE_FILE= ${WRKSRC}/COPYING |
12 |
LICENSE_FILE= ${WRKSRC}/COPYING |
13 |
|
13 |
|
14 |
USES= cpe meson tar:xz |
14 |
USES= cpe meson python:3.6+,test shebangfix tar:xz |
|
|
15 |
CPE_VENDOR= gnu |
16 |
SHEBANG_FILES= test/test-runner.py |
15 |
USE_LDCONFIG= yes |
17 |
USE_LDCONFIG= yes |
16 |
MESON_ARGS= -Dtests=false |
|
|
17 |
|
18 |
|
18 |
CPE_VENDOR= gnu |
19 |
TEST_TARGET= test |
|
|
20 |
|
21 |
OPTIONS_DEFINE= OPTIMIZED_CFLAGS TEST |
22 |
OPTIONS_DEFAULT=OPTIMIZED_CFLAGS |
23 |
|
24 |
OPTIMIZED_CFLAGS_CFLAGS= -O3 |
25 |
|
26 |
TEST_MESON_TRUE=tests |
19 |
|
27 |
|
20 |
post-patch: |
28 |
post-patch: |
21 |
@${SED} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' < \ |
29 |
@${SED} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' < \ |