1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

- Fix LICENSE

- Add LICENSE_FILE
- Remove bogus USES=tar:bzip2
- Switch to USES=localbase
- Fix build with disabled NLS
- Whitespace fix

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2016-09-01 13:43:24 +00:00
parent 125129cae4
commit 3dd118dca5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=421216

View File

@ -9,7 +9,8 @@ CATEGORIES= archivers
MAINTAINER= danilo@FreeBSD.org
COMMENT= Desktop-agnostic GTK+2 frontend to various archiving tools
LICENSE= GPLv2
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2
@ -21,7 +22,7 @@ RUN_DEPENDS= xdg-open:devel/xdg-utils \
USE_GITHUB= yes
GH_ACCOUNT= ib
USES= desktop-file-utils gmake pkgconfig tar:bzip2
USES= desktop-file-utils gmake pkgconfig
USE_GNOME= cairo glib20 intltool
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
@ -48,12 +49,12 @@ GTK2_CONFIGURE_ENABLE= gtk2
GTK2_USE= GNOME=gtk20
GTK3_USE= GNOME=gtk30
NLS_USES= gettext
NLS_CPPFLAGS+= -I${LOCALBASE}/include
NLS_LDFLAGS+= -L${LOCALBASE}/lib
NLS_USES= gettext localbase
NLS_USES_OFF= gettext-tools
post-patch-DOCS-off:
@${REINPLACE_CMD} -e 's|doc||g' ${WRKSRC}/Makefile.in
post-patch-NLS-off:
@${REINPLACE_CMD} -e 's| po | |g' ${WRKSRC}/Makefile.in