aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/nautilus-actions/Makefile
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-04-11 20:42:45 +0800
committerbapt <bapt@FreeBSD.org>2014-04-11 20:42:45 +0800
commitc568e88af563c4644129ff6907bcf700f3d0fe02 (patch)
treed0941216885b3e1a441f3cd818ed315d94f5893e /deskutils/nautilus-actions/Makefile
parentb20434f09245905af6aadd923608e3ab52487092 (diff)
downloadfreebsd-ports-gnome-c568e88af563c4644129ff6907bcf700f3d0fe02.tar.gz
freebsd-ports-gnome-c568e88af563c4644129ff6907bcf700f3d0fe02.tar.zst
freebsd-ports-gnome-c568e88af563c4644129ff6907bcf700f3d0fe02.zip
2014-04-10 deskutils/nautilus-locked-folder: nautilus will be updated to the 3.x version which is not compatible with 2.x
2014-04-10 www/screem: gnome-menus 2.x will be updated in the GNOME 3 import 2014-04-10 deskutils/nautilus-actions: nautilus will be updated to the 3.x version which is not compatible with 2.x 2014-04-10 deskutils/nautilus-sendto: nautilus will be updated to the 3.x version which is not compatible with 2.x 2014-04-10 deskutils/nautilus-open-terminal: nautilus will be updated to the 3.x version which is not compatible with 2.x 2014-04-10 sysutils/eiciel: nautilus will be updated to the 3.x version which is not compatible with 2.x 2014-04-10 sysutils/nautilus-cd-burner: nautilus will be updated to the 3.x version which is not compatible with 2.x 2014-04-10 x11-fm/py-nautilus: nautilus will be updated to the 3.x version which is not compatible with 2.x 2014-04-10 sysutils/sensors-applet: gnome-panel 2.x will be updated in the GNOME 3 import 2014-04-10 net/link-monitor-applet: gnome-panel 2.x will be updated in the GNOME 3 import 2014-04-10 net/netspeed_applet: gnome-panel 2.x will be updated in the GNOME 3 import 2014-04-10 net/remmina-applet: gnome-panel 2.x will be updated in the GNOME 3 import 2014-04-10 misc/uf-view: gnome-desktop 2.x will be updated in the GNOME 3 import 2014-04-10 textproc/uim-gnome: gnome-panel 2.x will be updated in the GNOME 3 import 2014-04-10 audio/istream: gnome-panel will be updated to the 3.x version which is not compatible with 2.x 2014-04-10 mail/contact-lookup-applet: gnome-panel will be updated to the 3.x version which is not compatible with 2.x 2014-04-10 security/tuntun: gnome-panel 2.x will be updated in the GNOME 3 import 2014-04-10 misc/quick-lounge-applet: gnome-panel 2.x will be updated in the GNOME 3 import 2014-04-10 sysutils/bubblemon2: gnome-panel 2.x will be updated in the GNOME 3 import
Diffstat (limited to 'deskutils/nautilus-actions/Makefile')
-rw-r--r--deskutils/nautilus-actions/Makefile54
1 files changed, 0 insertions, 54 deletions
diff --git a/deskutils/nautilus-actions/Makefile b/deskutils/nautilus-actions/Makefile
deleted file mode 100644
index f022cd38d341..000000000000
--- a/deskutils/nautilus-actions/Makefile
+++ /dev/null
@@ -1,54 +0,0 @@
-# Created by: Michael Johnson <ahze@FreeBSD.org>
-# $FreeBSD$
-# $MCom: ports/deskutils/nautilus-actions/Makefile,v 1.21 2010/04/16 23:41:09 kwm Exp $
-
-PORTNAME= nautilus-actions
-PORTVERSION= 2.30.3
-PORTREVISION= 1
-CATEGORIES= deskutils
-MASTER_SITES= GNOME
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= Extension for Nautilus to configure programs to launch on files
-
-DEPRECATED= nautilus will be updated to the 3.x version which is not compatible with 2.x
-EXPIRATION_DATE=2014-04-10
-
-LIB_DEPENDS= libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid \
- libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
- libunique-1.0.so:${PORTSDIR}/x11-toolkits/unique
-
-INSTALLS_ICONS= yes
-USE_BZIP2= yes
-USES= gettext gmake pkgconfig
-USE_GNOME= nautilus2 intlhack
-GNU_CONFIGURE= yes
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-CONFIGURE_ARGS= --with-nautilus-extdir=${LOCALBASE}/lib/nautilus/extensions-2.0
-
-PORTDOCS= AUTHORS COPYING ChangeLog ChangeLog-2008 ChangeLog-2009 INSTALL \
- MAINTAINERS NEWS README TODO export-format-id io-provider-id \
- objects-hierarchy.odg
-
-.include <bsd.port.options.mk>
-
-post-patch:
- @${REINPLACE_CMD} -e 's|-Werror"|"|g' ${WRKSRC}/configure
-.if ! ${PORT_OPTIONS:MDOCS}
- @${REINPLACE_CMD} -e 's| install-dist_pkgdocDATA||g' \
- ${WRKSRC}/Makefile.in ${WRKSRC}/doc/Makefile.in
-.else
- @${REINPLACE_CMD} -e 's|doc/@PACKAGE@-@VERSION@|doc/@PACKAGE@|g' \
- ${WRKSRC}/Makefile.in ${WRKSRC}/doc/Makefile.in
-.endif
-
-.if ${ARCH} == "powerpc"
-BROKEN= Does not compile on powerpc
-.endif
-
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/nautilus/extensions-2.0/*.so
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/nautilus-actions/*.so
-
-.include <bsd.port.mk>