summaryrefslogtreecommitdiffstats
path: root/www/gnome-user-share/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/gnome-user-share/Makefile')
-rw-r--r--www/gnome-user-share/Makefile41
1 files changed, 0 insertions, 41 deletions
diff --git a/www/gnome-user-share/Makefile b/www/gnome-user-share/Makefile
deleted file mode 100644
index f37e863f6..000000000
--- a/www/gnome-user-share/Makefile
+++ /dev/null
@@ -1,41 +0,0 @@
-# New ports collection makefile for: gnome-user-share
-# Date created: 26 November 2004
-# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom: ports/www/gnome-user-share/Makefile,v 1.16 2009/09/26 13:29:32 marcus Exp $
-#
-
-PORTNAME= gnome-user-share
-PORTVERSION= 2.28.1
-CATEGORIES= www deskutils gnome
-MASTER_SITES= GNOME
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= Personal file-sharing service for the GNOME Desktop
-
-LIB_DEPENDS= avahi-client:${PORTSDIR}/net/avahi-app \
- canberra.0:${PORTSDIR}/audio/libcanberra \
- notify.1:${PORTSDIR}/devel/libnotify
-RUN_DEPENDS= ${LOCALBASE}/${APACHEMODDIR}/mod_dnssd.so:${PORTSDIR}/www/mod_dnssd \
- console-kit-daemon:${PORTSDIR}/sysutils/consolekit
-
-USE_BZIP2= yes
-USE_GMAKE= yes
-USE_GETTEXT= yes
-USE_APACHE= 2.2+
-USE_GNOME= gnomeprefix gnomehack intlhack gtk20 gconf2 gnomedocutils
-GNU_CONFIGURE= yes
-INSTALLS_ICONS= yes
-CONFIGURE_ARGS= --with-modules-path=${LOCALBASE}/${APACHEMODDIR}
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-
-GCONF_SCHEMAS= desktop_gnome_file_sharing.schemas
-
-post-patch:
- @${REINPLACE_CMD} -e 's|/etc/httpd/modules|${LOCALBASE}/${APACHEMODDIR}|g' \
- ${WRKSRC}/data/dav_user_*.conf
-
-.include <bsd.port.mk>