diff options
author | wg <wg@FreeBSD.org> | 2013-11-27 01:18:32 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2013-11-27 01:18:32 +0800 |
commit | aae0a63af3fc7e738060d5776a2a48232b6bdc9f (patch) | |
tree | 69a8cdd469944630f695dda4d9204e56188bc400 /sysutils | |
parent | 3fb0f752feaa9dc968dde04d3a509f14be21d143 (diff) | |
download | freebsd-ports-gnome-aae0a63af3fc7e738060d5776a2a48232b6bdc9f.tar.gz freebsd-ports-gnome-aae0a63af3fc7e738060d5776a2a48232b6bdc9f.tar.zst freebsd-ports-gnome-aae0a63af3fc7e738060d5776a2a48232b6bdc9f.zip |
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>
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/eiciel/Makefile | 31 | ||||
-rw-r--r-- | sysutils/eiciel/distinfo | 4 | ||||
-rw-r--r-- | sysutils/eiciel/pkg-plist | 9 |
3 files changed, 13 insertions, 31 deletions
diff --git a/sysutils/eiciel/Makefile b/sysutils/eiciel/Makefile index 6aa0a6f7596b..7a653234e72d 100644 --- a/sysutils/eiciel/Makefile +++ b/sysutils/eiciel/Makefile @@ -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> diff --git a/sysutils/eiciel/distinfo b/sysutils/eiciel/distinfo index a6684ff460a6..9b74a6395e3a 100644 --- a/sysutils/eiciel/distinfo +++ b/sysutils/eiciel/distinfo @@ -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 diff --git a/sysutils/eiciel/pkg-plist b/sysutils/eiciel/pkg-plist index c7da78617609..afd341d1b015 100644 --- a/sysutils/eiciel/pkg-plist +++ b/sysutils/eiciel/pkg-plist @@ -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 |