mirror of
https://git.freebsd.org/ports.git
synced 2025-05-27 16:36:28 -04:00
editors/poedit: moved manpages to share/man
Set GNU_CONFIGURE_MANPREFIX and fix plist Fix formating to make linters happy
This commit is contained in:
parent
0ba25d8c56
commit
1e374ee61f
2 changed files with 17 additions and 16 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= poedit
|
PORTNAME= poedit
|
||||||
PORTVERSION= 3.3.1
|
PORTVERSION= 3.3.1
|
||||||
PORTREVISION= 4
|
PORTREVISION= 5
|
||||||
CATEGORIES= editors
|
CATEGORIES= editors
|
||||||
MASTER_SITES= https://github.com/vslavik/${PORTNAME}/releases/download/v${PORTVERSION}-oss/
|
MASTER_SITES= https://github.com/vslavik/${PORTNAME}/releases/download/v${PORTVERSION}-oss/
|
||||||
|
|
||||||
|
@ -11,30 +11,31 @@ WWW= https://www.poedit.net/
|
||||||
LICENSE= BSD2CLAUSE
|
LICENSE= BSD2CLAUSE
|
||||||
|
|
||||||
BUILD_DEPENDS= zip:archivers/zip
|
BUILD_DEPENDS= zip:archivers/zip
|
||||||
LIB_DEPENDS= libgtkspell3-3.so:textproc/gtkspell3 \
|
LIB_DEPENDS= libboost_thread.so:devel/boost-libs \
|
||||||
libboost_thread.so:devel/boost-libs \
|
|
||||||
libicui18n.so:devel/icu \
|
|
||||||
liblucene++.so:textproc/luceneplusplus \
|
|
||||||
libenchant-2.so:textproc/enchant2 \
|
libenchant-2.so:textproc/enchant2 \
|
||||||
libharfbuzz.so:print/harfbuzz
|
libgtkspell3-3.so:textproc/gtkspell3 \
|
||||||
|
libharfbuzz.so:print/harfbuzz \
|
||||||
|
libicui18n.so:devel/icu \
|
||||||
|
liblucene++.so:textproc/luceneplusplus
|
||||||
|
|
||||||
USES= bdb compiler:c++11-lib desktop-file-utils gmake gnome \
|
USES= bdb compiler:c++11-lib desktop-file-utils gmake \
|
||||||
pkgconfig
|
gnome pkgconfig
|
||||||
WITH_BDB_HIGHEST= yes
|
WITH_BDB_HIGHEST= yes
|
||||||
USE_GNOME+= gtk30 pango cairo gdkpixbuf2 glib20
|
USE_GNOME+= cairo gdkpixbuf2 glib20 gtk30 pango
|
||||||
USE_WX= 3.0
|
USE_WX= 3.0
|
||||||
WX_CONF_ARGS= absolute
|
WX_CONF_ARGS= absolute
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ENV= WXRC="${WXRC_CMD}"
|
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
||||||
|
CONFIGURE_ENV= WXRC="${WXRC_CMD}"
|
||||||
|
|
||||||
CPPFLAGS+= -I${BDB_INCLUDE_DIR} -I${LOCALBASE}/include
|
CPPFLAGS+= -I${BDB_INCLUDE_DIR} -I${LOCALBASE}/include
|
||||||
## -stdlib=libc++
|
## -stdlib=libc++
|
||||||
LDFLAGS+= -lpthread -L${BDB_LIB_DIR} -L${LOCALBASE}/lib
|
LDFLAGS+= -lpthread -L${BDB_LIB_DIR} -L${LOCALBASE}/lib
|
||||||
|
|
||||||
OPTIONS_DEFINE= NLS
|
OPTIONS_DEFINE= NLS
|
||||||
OPTIONS_SUB=yes
|
OPTIONS_SUB= yes
|
||||||
|
|
||||||
NLS_USES= gettext
|
NLS_USES= gettext
|
||||||
NLS_CONFIGURE_ENABLE= nls
|
NLS_CONFIGURE_ENABLE= nls
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
bin/poedit
|
bin/poedit
|
||||||
man/man1/poedit.1.gz
|
share/man/man1/poedit.1.gz
|
||||||
share/applications/net.poedit.Poedit.desktop
|
share/applications/net.poedit.Poedit.desktop
|
||||||
share/applications/net.poedit.PoeditURI.desktop
|
share/applications/net.poedit.PoeditURI.desktop
|
||||||
share/icons/hicolor/128x128/apps/net.poedit.Poedit.png
|
share/icons/hicolor/128x128/apps/net.poedit.Poedit.png
|
||||||
|
|
Loading…
Add table
Reference in a new issue