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$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= nautilus-sendto
|
2005-08-28 20:57:43 +02:00
|
|
|
PORTVERSION= 0.4
|
2005-11-05 06:22:06 +01:00
|
|
|
PORTREVISION= 1
|
2004-12-04 22:27:26 +01:00
|
|
|
CATEGORIES= deskutils
|
2005-01-18 07:26:25 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
2005-08-28 20:57:43 +02:00
|
|
|
MASTER_SITE_SUBDIR= sources/nautilus-sendto/0.4
|
2004-12-04 22:27:26 +01:00
|
|
|
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
|
|
COMMENT= Integration between nautilus, evolution, and gaim
|
|
|
|
|
|
|
|
BUILD_DEPENDS= gaim:${PORTSDIR}/net/gaim \
|
|
|
|
evolution:${PORTSDIR}/mail/evolution
|
2005-11-08 20:02:20 +01:00
|
|
|
RUN_DEPENDS= gaim:${PORTSDIR}/net/gaim \
|
|
|
|
evolution:${PORTSDIR}/mail/evolution
|
2004-12-04 22:27:26 +01:00
|
|
|
|
2005-01-18 07:26:25 +01:00
|
|
|
USE_BZIP2= yes
|
2004-12-04 22:27:26 +01:00
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_LIBTOOL_VER=15
|
|
|
|
USE_GMAKE= yes
|
2004-12-13 05:17:56 +01:00
|
|
|
USE_GNOME= intlhack gnomeprefix gnometarget nautilus2 gnomehack
|
2004-12-04 22:27:26 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|