aboutsummaryrefslogtreecommitdiff
path: root/deskutils/nautilus-sendto/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/nautilus-sendto/Makefile')
-rw-r--r--deskutils/nautilus-sendto/Makefile14
1 files changed, 8 insertions, 6 deletions
diff --git a/deskutils/nautilus-sendto/Makefile b/deskutils/nautilus-sendto/Makefile
index b5b857e6b9c8..5d5af3e17648 100644
--- a/deskutils/nautilus-sendto/Makefile
+++ b/deskutils/nautilus-sendto/Makefile
@@ -3,14 +3,12 @@
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/deskutils/nautilus-sendto/Makefile,v 1.2 2006/02/24 05:52:41 marcus Exp $
+# $MCom: ports/deskutils/nautilus-sendto/Makefile,v 1.5 2006/10/12 16:46:23 marcus Exp $
PORTNAME= nautilus-sendto
-PORTVERSION= 0.5
-PORTREVISION= 1
+PORTVERSION= 0.8
CATEGORIES= deskutils
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/nautilus-sendto/0.5
+MASTER_SITES= GNOME
MAINTAINER= gnome@FreeBSD.org
COMMENT= Integration between nautilus, evolution, and gaim
@@ -20,10 +18,14 @@ BUILD_DEPENDS= gaim:${PORTSDIR}/net-im/gaim \
RUN_DEPENDS= gaim:${PORTSDIR}/net-im/gaim \
evolution:${PORTSDIR}/mail/evolution
+MAN1= nautilus-sendto.1
+GCONF_SCHEMAS= nst.schemas
USE_BZIP2= yes
-USE_X_PREFIX= yes
+USE_XLIB= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_GNOME= intlhack gnomeprefix gnometarget nautilus2 gnomehack
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>