2004-12-04 22:27:26 +01:00
|
|
|
# New ports collection makefile for: nautilus-sendto
|
|
|
|
# Date created: 2004-12-03
|
|
|
|
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2006-10-14 10:54:54 +02:00
|
|
|
# $MCom: ports/deskutils/nautilus-sendto/Makefile,v 1.5 2006/10/12 16:46:23 marcus Exp $
|
2004-12-04 22:27:26 +01:00
|
|
|
|
|
|
|
PORTNAME= nautilus-sendto
|
2006-10-14 10:54:54 +02:00
|
|
|
PORTVERSION= 0.8
|
2004-12-04 22:27:26 +01:00
|
|
|
CATEGORIES= deskutils
|
2006-10-14 10:54:54 +02:00
|
|
|
MASTER_SITES= GNOME
|
2004-12-04 22:27:26 +01:00
|
|
|
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
|
|
COMMENT= Integration between nautilus, evolution, and gaim
|
|
|
|
|
2005-11-09 09:21:21 +01:00
|
|
|
BUILD_DEPENDS= gaim:${PORTSDIR}/net-im/gaim \
|
2004-12-04 22:27:26 +01:00
|
|
|
evolution:${PORTSDIR}/mail/evolution
|
2005-11-09 09:21:21 +01:00
|
|
|
RUN_DEPENDS= gaim:${PORTSDIR}/net-im/gaim \
|
2005-11-08 20:02:20 +01:00
|
|
|
evolution:${PORTSDIR}/mail/evolution
|
2004-12-04 22:27:26 +01:00
|
|
|
|
2006-10-14 10:54:54 +02:00
|
|
|
MAN1= nautilus-sendto.1
|
|
|
|
GCONF_SCHEMAS= nst.schemas
|
2005-01-18 07:26:25 +01:00
|
|
|
USE_BZIP2= yes
|
2006-10-14 10:54:54 +02:00
|
|
|
USE_XLIB= yes
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2004-12-04 22:27:26 +01:00
|
|
|
USE_GMAKE= yes
|
2004-12-13 05:17:56 +01:00
|
|
|
USE_GNOME= intlhack gnomeprefix gnometarget nautilus2 gnomehack
|
2006-10-14 10:54:54 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2004-12-04 22:27:26 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|