|
Lines 2-8
Link Here
|
| 2 |
# $FreeBSD: head/textproc/sigil/Makefile 405891 2016-01-12 16:20:31Z amdmi3 $ |
2 |
# $FreeBSD: head/textproc/sigil/Makefile 405891 2016-01-12 16:20:31Z amdmi3 $ |
| 3 |
|
3 |
|
| 4 |
PORTNAME= sigil |
4 |
PORTNAME= sigil |
| 5 |
PORTVERSION= 0.9.1 |
5 |
PORTVERSION= 0.9.2 |
| 6 |
CATEGORIES= textproc |
6 |
CATEGORIES= textproc |
| 7 |
|
7 |
|
| 8 |
MAINTAINER= ports@FreeBSD.org |
8 |
MAINTAINER= ports@FreeBSD.org |
|
Lines 18-28
Link Here
|
| 18 |
GH_ACCOUNT= Sigil-Ebook |
18 |
GH_ACCOUNT= Sigil-Ebook |
| 19 |
GH_PROJECT= Sigil |
19 |
GH_PROJECT= Sigil |
| 20 |
|
20 |
|
| 21 |
# Upstream uses pkg-config output to pass libhunspell-1.3.so and |
|
|
| 22 |
# libpcre16.so to the linker. pkg-config output does not include full |
| 23 |
# paths, so add a workaround to keep the port linking for now. |
| 24 |
LDFLAGS+= -L${LOCALBASE}/lib |
| 25 |
|
| 26 |
USES= cmake compiler:c++11-lib desktop-file-utils pkgconfig \ |
21 |
USES= cmake compiler:c++11-lib desktop-file-utils pkgconfig \ |
| 27 |
python:3 shebangfix |
22 |
python:3 shebangfix |
| 28 |
SHEBANG_FILES= src/Resource_Files/plugin_launchers/python/*.py \ |
23 |
SHEBANG_FILES= src/Resource_Files/plugin_launchers/python/*.py \ |
|
Lines 35-40
Link Here
|
| 35 |
-DINSTALL_BUNDLED_DICTS:BOOL=OFF |
30 |
-DINSTALL_BUNDLED_DICTS:BOOL=OFF |
| 36 |
USE_LDCONFIG= ${PREFIX}/lib/sigil |
31 |
USE_LDCONFIG= ${PREFIX}/lib/sigil |
| 37 |
|
32 |
|
|
|
33 |
# Upstream uses pkg-config output to pass libhunspell-1.3.so and |
| 34 |
# libpcre16.so to the linker. pkg-config output does not include full |
| 35 |
# paths, so add a workaround to keep the port linking for now. |
| 36 |
LDFLAGS+= -L${LOCALBASE}/lib |
| 37 |
|
| 38 |
post-install: |
38 |
post-install: |
| 39 |
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/sigil/*.so |
39 |
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/sigil/*.so |
| 40 |
|
40 |
|