freebsd-ports/www/gnome-user-share/Makefile

39 lines
992 B
Makefile
Raw Normal View History

# New ports collection makefile for: gnome-user-share
# Date created: 26 November 2004
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gnome-user-share
2007-03-07 20:51:33 +01:00
PORTVERSION= 0.11
PORTREVISION= 1
CATEGORIES= www deskutils gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
2007-03-07 20:51:33 +01:00
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.11
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= Personal file-sharing service for the GNOME Desktop
LIB_DEPENDS= avahi-client:${PORTSDIR}/net/avahi
USE_BZIP2= yes
USE_GMAKE= yes
USE_GETTEXT= yes
USE_X_PREFIX= yes
USE_APACHE= 2.0+
USE_GNOME= gnomeprefix gnomehack intlhack libglade2 gconf2
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-howl
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' \
2006-04-20 04:27:30 +02:00
${WRKSRC}/dav_user_${APACHE_VERSION:C/([0-9])$/.\1/}.conf
.include <bsd.port.mk>