summaryrefslogtreecommitdiffstats
path: root/deskutils/nautilus-sendto/Makefile
diff options
context:
space:
mode:
authoravl <avl@df743ca5-7f9a-e211-a948-0013205c9059>2010-09-23 23:18:56 +0800
committeravl <avl@df743ca5-7f9a-e211-a948-0013205c9059>2010-09-23 23:18:56 +0800
commit5d11830904a6f83486f5e5edc5b68d852a2bf4fa (patch)
treee85c9dba8ad6a543c85e0522817667e6f19ff34c /deskutils/nautilus-sendto/Makefile
parent61da8ad954b0c0a983a9957e7fd8206253a0b100 (diff)
downloadmarcuscom-ports-5d11830904a6f83486f5e5edc5b68d852a2bf4fa.tar
marcuscom-ports-5d11830904a6f83486f5e5edc5b68d852a2bf4fa.tar.gz
marcuscom-ports-5d11830904a6f83486f5e5edc5b68d852a2bf4fa.tar.bz2
marcuscom-ports-5d11830904a6f83486f5e5edc5b68d852a2bf4fa.tar.lz
marcuscom-ports-5d11830904a6f83486f5e5edc5b68d852a2bf4fa.tar.xz
marcuscom-ports-5d11830904a6f83486f5e5edc5b68d852a2bf4fa.tar.zst
marcuscom-ports-5d11830904a6f83486f5e5edc5b68d852a2bf4fa.zip
Update to 2.31.90.
Add OPTION for upnp plugin. Remove bluetooth plugin, now it lives in gnome-bluetooth. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14650 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'deskutils/nautilus-sendto/Makefile')
-rw-r--r--deskutils/nautilus-sendto/Makefile20
1 files changed, 13 insertions, 7 deletions
diff --git a/deskutils/nautilus-sendto/Makefile b/deskutils/nautilus-sendto/Makefile
index ca6d2697a..6bd3d04c9 100644
--- a/deskutils/nautilus-sendto/Makefile
+++ b/deskutils/nautilus-sendto/Makefile
@@ -3,10 +3,10 @@
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/deskutils/nautilus-sendto/Makefile,v 1.27 2010/08/18 09:32:04 kwm Exp $
+# $MCom: ports/deskutils/nautilus-sendto/Makefile,v 1.28 2010/08/30 12:41:36 kwm Exp $
PORTNAME= nautilus-sendto
-PORTVERSION= 2.31.7
+PORTVERSION= 2.31.90
CATEGORIES= deskutils
MASTER_SITES= GNOME
@@ -26,13 +26,11 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --with-plugins="${SENDTO_PLUGINS}"
-OPTIONS= PIDGIN "Build pidgin sendto plugin" off
+OPTIONS= PIDGIN "Build pidgin sendto plugin" off \
+ UPNP "Build upnp sendto plugin" off
# check configure script for allowed_plugins="..." for new plugins
-SENDTO_PLUGINS= bluetooth evolution gajim nautilus-burn removable-devices
-
-# Not these plugins:
-# empathy (moved to empathy port) upnp
+SENDTO_PLUGINS= evolution gajim nautilus-burn removable-devices
.include <bsd.port.pre.mk>
@@ -45,4 +43,12 @@ PLIST_SUB+= PIDGIN=""
PLIST_SUB+= PIDGIN="@comment "
.endif
+.if defined(WITH_UPNP)
+SENDTO_PLUGINS:=${SENDTO_PLUGINS} upnp
+LIB_DEPENDS+= gupnp-1.0:${PORTSDIR}/net/gupnp
+PLIST_SUB+= UPNP=""
+.else
+PLIST_SUB+= UPNP="@comment "
+.endif
+
.include <bsd.port.post.mk>