mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
sysutils/eiciel: update to 0.9.8.2
- Update to 0.9.8.2 - Allow staging - USES gettext gmake PR: ports/184222 Submitted by: KATO Tsuguru <tkato432 yahoo.com>
This commit is contained in:
parent
b5c8e43cd4
commit
5344e0d598
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=334954
3 changed files with 13 additions and 31 deletions
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= eiciel
|
||||
PORTVERSION= 0.9.8.1
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 0.9.8.2
|
||||
CATEGORIES= sysutils security
|
||||
MASTER_SITES= http://rofi.roger-ferrer.org/eiciel/download/
|
||||
|
||||
|
@ -12,32 +11,14 @@ COMMENT= GNOME-based ACL editor, with integration into Nautilus
|
|||
|
||||
LICENSE= GPLv2
|
||||
|
||||
LIB_DEPENDS= gtkmm-2.4:${PORTSDIR}/x11-toolkits/gtkmm24
|
||||
|
||||
USE_BZIP2= yes
|
||||
USES= pathfix pkgconfig
|
||||
USE_GNOME= gnomeprefix intlhack nautilus2 libgnomeui
|
||||
|
||||
USE_GMAKE= yes
|
||||
USES= gettext gmake pathfix pkgconfig
|
||||
USE_GNOME= gnomeprefix gtkmm24 libgnome nautilus2
|
||||
USE_AUTOTOOLS= libtool
|
||||
CONFIGURE_ARGS= --with-gnome-version=2 \
|
||||
--with-nautilus-extensions-dir=${PREFIX}/lib/nautilus/extensions-2.0
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
CONFIGURE_ARGS= --with-nautilus-extensions-dir=${PREFIX}/lib/nautilus/extensions-2.0
|
||||
|
||||
MAN1= eiciel.1
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MNLS}
|
||||
USES+= gettext
|
||||
PLIST_SUB+= NLS=""
|
||||
.else
|
||||
CONFIGURE_ARGS+=--disable-nls
|
||||
PLIST_SUB+= NLS="@comment "
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (eiciel-0.9.8.1.tar.bz2) = 1e0e16e624235d4e93770146fec3665d362421f277322fd50b02c33d774e6b8a
|
||||
SIZE (eiciel-0.9.8.1.tar.bz2) = 617663
|
||||
SHA256 (eiciel-0.9.8.2.tar.bz2) = fd99837a57adf83767765a4f096ae81c0af7e33f81df24c55c304b3b649c2079
|
||||
SIZE (eiciel-0.9.8.2.tar.bz2) = 648067
|
||||
|
|
|
@ -2,6 +2,7 @@ bin/eiciel
|
|||
lib/nautilus/extensions-2.0/libeiciel-nautilus.a
|
||||
lib/nautilus/extensions-2.0/libeiciel-nautilus.la
|
||||
lib/nautilus/extensions-2.0/libeiciel-nautilus.so
|
||||
man/man1/eiciel.1.gz
|
||||
share/applications/eiciel.desktop
|
||||
%%DATADIR%%/img/group-acl-default.png
|
||||
%%DATADIR%%/img/group-acl.png
|
||||
|
@ -40,10 +41,10 @@ share/gnome/help/eiciel/C/figures/user-acl-default.png
|
|||
share/gnome/help/eiciel/C/figures/user-acl.png
|
||||
share/gnome/help/eiciel/C/figures/user-default.png
|
||||
share/gnome/help/eiciel/C/figures/user.png
|
||||
%%NLS%%share/locale/ca/LC_MESSAGES/eiciel.mo
|
||||
%%NLS%%share/locale/de/LC_MESSAGES/eiciel.mo
|
||||
%%NLS%%share/locale/es/LC_MESSAGES/eiciel.mo
|
||||
%%NLS%%share/locale/sv/LC_MESSAGES/eiciel.mo
|
||||
share/locale/ca/LC_MESSAGES/eiciel.mo
|
||||
share/locale/de/LC_MESSAGES/eiciel.mo
|
||||
share/locale/es/LC_MESSAGES/eiciel.mo
|
||||
share/locale/sv/LC_MESSAGES/eiciel.mo
|
||||
@dirrm share/gnome/help/eiciel/C/figures
|
||||
@dirrm share/gnome/help/eiciel/C
|
||||
@dirrm share/gnome/help/eiciel
|
||||
|
|
Loading…
Add table
Reference in a new issue