1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

- Update to 0.1.5

- Use OptionsNG NLS knob
This commit is contained in:
Guido Falsi 2013-01-20 23:47:18 +00:00
parent c88283c491
commit 1800362dc0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=310726
2 changed files with 7 additions and 6 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= girara
PORTVERSION= 0.1.4
PORTVERSION= 0.1.5
CATEGORIES= x11-toolkits graphics
MASTER_SITES= http://pwmt.org/projects/girara/download/
@ -12,9 +12,10 @@ COMMENT= GTK2 Interface Library for Zathura PDF Viewer
USE_GNOME= glib20 gtk20
USE_GMAKE= yes
USE_LDCONFIG= yes
FETCH_ARGS= -Fpr
.if !defined(WITHOUT_NLS)
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
USE_GETTEXT= yes
PLIST_SUB+= NLS=""
.else
@ -26,7 +27,7 @@ LIBDIR= ${PREFIX}/lib
post-patch: .SILENT
${REINPLACE_CMD} -e 's|$${LIBDIR}/pkgconfig|${PREFIX}/libdata/pkgconfig|g'\
${WRKSRC}/Makefile
.if defined(WITHOUT_NLS)
.if ! ${PORT_OPTIONS:MNLS}
${REINPLACE_CMD} -e '/-C po/d'\
${WRKSRC}/Makefile
.endif

View File

@ -1,2 +1,2 @@
SHA256 (girara-0.1.4.tar.gz) = 831cf523b131bfa1c182efbf146d68fb642fe62d22ee199caf0cd71408a85739
SIZE (girara-0.1.4.tar.gz) = 73645
SHA256 (girara-0.1.5.tar.gz) = 8d2eeb6aa27286a298ef7b08017a3f702bcd84bfe61a382acebb79d4ab1cd1c1
SIZE (girara-0.1.5.tar.gz) = 73949