2004-11-26 23:16:16 +01:00
|
|
|
# New ports collection makefile for: gnome-user-share
|
|
|
|
# Date created: 26 November 2004
|
|
|
|
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2009-04-10 07:56:28 +02:00
|
|
|
# $MCom: ports/www/gnome-user-share/Makefile,v 1.14 2009/03/17 13:35:33 kwm Exp $
|
2007-12-27 02:03:34 +01:00
|
|
|
#
|
2004-11-26 23:16:16 +01:00
|
|
|
|
|
|
|
PORTNAME= gnome-user-share
|
2009-04-10 07:56:28 +02:00
|
|
|
PORTVERSION= 2.26.0
|
|
|
|
PORTREVISION= 0
|
2004-11-26 23:16:16 +01:00
|
|
|
CATEGORIES= www deskutils gnome
|
2009-02-02 02:36:16 +01:00
|
|
|
MASTER_SITES= GNOME
|
2004-11-26 23:16:16 +01:00
|
|
|
DIST_SUBDIR= gnome2
|
|
|
|
|
2004-12-04 05:09:41 +01:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2004-11-26 23:16:16 +01:00
|
|
|
COMMENT= Personal file-sharing service for the GNOME Desktop
|
|
|
|
|
2009-04-10 07:56:28 +02:00
|
|
|
LIB_DEPENDS= avahi-client:${PORTSDIR}/net/avahi-app \
|
|
|
|
notify.1:${PORTSDIR}/devel/libnotify
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/${APACHEMODDIR}/mod_dnssd.so:${PORTSDIR}/www/mod_dnssd
|
2004-11-26 23:16:16 +01:00
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_GMAKE= yes
|
2006-04-30 02:47:21 +02:00
|
|
|
USE_GETTEXT= yes
|
2009-04-10 07:56:28 +02:00
|
|
|
USE_APACHE= 2.2+
|
|
|
|
USE_GNOME= gnomeprefix gnomehack intlhack libglade2 gconf2 gnomedocutils
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2008-03-24 04:52:36 +01:00
|
|
|
INSTALLS_ICONS= yes
|
2009-04-10 07:56:28 +02:00
|
|
|
CONFIGURE_ARGS= --with-modules-path=${LOCALBASE}/${APACHEMODDIR}
|
2004-11-26 23:16:16 +01:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
|
|
|
|
GCONF_SCHEMAS= desktop_gnome_file_sharing.schemas
|
|
|
|
|
|
|
|
post-patch:
|
2006-02-10 00:52:09 +01:00
|
|
|
@${REINPLACE_CMD} -e 's|/etc/httpd/modules|${LOCALBASE}/${APACHEMODDIR}|g' \
|
2008-03-31 16:15:51 +02:00
|
|
|
${WRKSRC}/data/dav_user_*.conf
|
2004-11-26 23:16:16 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|