diff options
author | bapt <bapt@FreeBSD.org> | 2014-04-26 08:28:39 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-04-26 08:28:39 +0800 |
commit | c1a577b87e68fa487253e3a6931f23171e30bd3e (patch) | |
tree | e91f13817ad900f1ec308d50c87045fecdd08b11 /www | |
parent | 13eeabde0efaca654b4c3593c2d5383f025ee5f6 (diff) | |
download | freebsd-ports-gnome-c1a577b87e68fa487253e3a6931f23171e30bd3e.tar.gz freebsd-ports-gnome-c1a577b87e68fa487253e3a6931f23171e30bd3e.tar.zst freebsd-ports-gnome-c1a577b87e68fa487253e3a6931f23171e30bd3e.zip |
Support stage
Use USES=libtool
Strip binaries
Diffstat (limited to 'www')
-rw-r--r-- | www/gnome-user-share/Makefile | 17 | ||||
-rw-r--r-- | www/gnome-user-share/pkg-plist | 1 |
2 files changed, 8 insertions, 10 deletions
diff --git a/www/gnome-user-share/Makefile b/www/gnome-user-share/Makefile index a885a721f3be..2d13d390cd9f 100644 --- a/www/gnome-user-share/Makefile +++ b/www/gnome-user-share/Makefile @@ -3,7 +3,7 @@ PORTNAME= gnome-user-share PORTVERSION= 2.30.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www deskutils gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -11,27 +11,26 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Personal file-sharing service for the GNOME Desktop -LIB_DEPENDS= avahi-client:${PORTSDIR}/net/avahi-app \ - canberra.0:${PORTSDIR}/audio/libcanberra \ - notify.4:${PORTSDIR}/devel/libnotify \ - unique-1.0.2:${PORTSDIR}/x11-toolkits/unique +LIB_DEPENDS= libavahi-client.so:${PORTSDIR}/net/avahi-app \ + libcanberra.so:${PORTSDIR}/audio/libcanberra \ + libnotify.so:${PORTSDIR}/devel/libnotify \ + libunique-1.0.so:${PORTSDIR}/x11-toolkits/unique RUN_DEPENDS= ${LOCALBASE}/${APACHEMODDIR}/mod_dnssd.so:${PORTSDIR}/www/mod_dnssd \ console-kit-daemon:${PORTSDIR}/sysutils/consolekit -USE_BZIP2= yes -USES= gettext gmake pkgconfig +USES= gettext gmake libtool pkgconfig tar:bzip2 USE_APACHE= 22 USE_XORG= sm -USE_GNOME= gnomeprefix gnomehack intlhack gtk20 gconf2 gnomedocutils nautilus2 +USE_GNOME= gnomeprefix intlhack gtk20 gconf2 gnomedocutils nautilus2 GNU_CONFIGURE= yes INSTALLS_ICONS= yes CONFIGURE_ARGS= --with-modules-path=${LOCALBASE}/${APACHEMODDIR} CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install-strip GCONF_SCHEMAS= desktop_gnome_file_sharing.schemas -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/etc/httpd/modules|${LOCALBASE}/${APACHEMODDIR}|g' \ ${WRKSRC}/data/dav_user_*.conf diff --git a/www/gnome-user-share/pkg-plist b/www/gnome-user-share/pkg-plist index b79fe9e45770..452a19777682 100644 --- a/www/gnome-user-share/pkg-plist +++ b/www/gnome-user-share/pkg-plist @@ -1,6 +1,5 @@ bin/gnome-file-share-properties etc/xdg/autostart/gnome-user-share.desktop -lib/nautilus/extensions-2.0/libnautilus-share-extension.la lib/nautilus/extensions-2.0/libnautilus-share-extension.so libexec/gnome-user-share share/applications/gnome-user-share-properties.desktop |