mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
7eaba8a8bf
Add USES=xorg and USES=gl to ports in categories starting with 'w' While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
41 lines
1.2 KiB
Makefile
41 lines
1.2 KiB
Makefile
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
# $FreeBSD$
|
|
# $MCom: ports/trunk/www/gnome-user-share/Makefile 19970 2014-10-16 08:47:02Z gusi $
|
|
|
|
PORTNAME= gnome-user-share
|
|
PORTVERSION= 3.14.0
|
|
PORTREVISION= 2
|
|
CATEGORIES= www deskutils gnome
|
|
MASTER_SITES= GNOME
|
|
DIST_SUBDIR= gnome2
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Personal file-sharing service for the GNOME Desktop
|
|
|
|
BUILD_DEPENDS= itstool:textproc/itstool
|
|
LIB_DEPENDS= libavahi-client.so:net/avahi-app \
|
|
libnotify.so:devel/libnotify \
|
|
libcanberra-gtk3.so:audio/libcanberra-gtk3 \
|
|
libunique-1.0.so:x11-toolkits/unique
|
|
RUN_DEPENDS= ap*-mod_dnssd>=0:www/mod_dnssd \
|
|
console-kit-daemon:sysutils/consolekit2
|
|
|
|
USES= apache:2.2+ gettext gmake gnome libtool pkgconfig tar:xz xorg
|
|
USE_XORG= sm
|
|
USE_GNOME= gnomeprefix gtk30 intlhack nautilus3
|
|
GNU_CONFIGURE= yes
|
|
INSTALLS_ICONS= yes
|
|
CONFIGURE_ARGS= --with-modules-path=${LOCALBASE}/${APACHEMODDIR} \
|
|
--disable-bluetooth
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LIBS+= -L${LOCALBASE}/lib
|
|
INSTALL_TARGET= install-strip
|
|
|
|
GLIB_SCHEMAS= org.gnome.desktop.file-sharing.gschema.xml
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|/etc/httpd/modules|${LOCALBASE}/${APACHEMODDIR}|g' \
|
|
${WRKSRC}/data/dav_user_*.conf
|
|
|
|
.include <bsd.port.mk>
|