diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-08-02 04:40:08 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-08-02 04:40:08 +0800 |
commit | 4915ce14ea0c8e0aa7bc81ca3630d9dea9fe7e9b (patch) | |
tree | 18316075b631226ea514f1da106a9839870841b1 /deskutils/nautilus-sendto/Makefile | |
parent | 1dafd3894dcbc11864e1347671475099f7ba8cc5 (diff) | |
download | marcuscom-ports-4915ce14ea0c8e0aa7bc81ca3630d9dea9fe7e9b.tar.gz marcuscom-ports-4915ce14ea0c8e0aa7bc81ca3630d9dea9fe7e9b.tar.zst marcuscom-ports-4915ce14ea0c8e0aa7bc81ca3630d9dea9fe7e9b.zip |
Update to 1.1.6.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12557 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'deskutils/nautilus-sendto/Makefile')
-rw-r--r-- | deskutils/nautilus-sendto/Makefile | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/deskutils/nautilus-sendto/Makefile b/deskutils/nautilus-sendto/Makefile new file mode 100644 index 000000000..36dc4f4e1 --- /dev/null +++ b/deskutils/nautilus-sendto/Makefile @@ -0,0 +1,39 @@ +# New ports collection makefile for: nautilus-sendto +# Date created: 2004-12-03 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD: ports/deskutils/nautilus-sendto/Makefile,v 1.34 2009/07/31 13:49:58 dinoex Exp $ +# $MCom: ports-stable/deskutils/nautilus-sendto/Makefile,v 1.4 2009/04/20 06:12:55 marcus Exp $ + +PORTNAME= nautilus-sendto +PORTVERSION= 1.1.6 +CATEGORIES= deskutils +MASTER_SITES= GNOME + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Integration between nautilus, evolution, and pidgin + +BUILD_DEPENDS= empathy:${PORTSDIR}/net-im/empathy +RUN_DEPENDS= empathy:${PORTSDIR}/net-im/empathy + +MAN1= nautilus-sendto.1 +GCONF_SCHEMAS= nst.schemas +USE_BZIP2= yes +GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_GNOME= intlhack gnomeprefix gnometarget nautilus2 gnomehack +USE_GETTEXT= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +.include <bsd.port.pre.mk> + +.if exists(${LOCALBASE}/bin/pidgin) +BUILD_DEPENDS+= pidgin:${PORTSDIR}/net-im/pidgin +RUN_DEPENDS+= pidgin:${PORTSDIR}/net-im/pidgin +PLIST_SUB+= PIDGIN="" +.else +PLIST_SUB+= PIDGIN="@comment " +.endif + +.include <bsd.port.post.mk> |