1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/x11-fm/nautilus/Makefile

53 lines
1.5 KiB
Makefile

# Created by: ade, archie
# $FreeBSD$
# $MCom: ports/x11-fm/nautilus/Makefile,v 1.212 2012/09/03 16:28:29 mezz Exp $
PORTNAME= nautilus
PORTVERSION= 2.32.2.1
PORTREVISION= 4
CATEGORIES= x11-fm gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT?= File manager for the GNOME desktop
BUILD_DEPENDS= g-ir-compiler:${PORTSDIR}/devel/gobject-introspection
LIB_DEPENDS= exif:${PORTSDIR}/graphics/libexif \
unique-1.0:${PORTSDIR}/x11-toolkits/unique \
exempi:${PORTSDIR}/textproc/exempi
CONFLICTS= nautilus-3.[0-9]*
INSTALLS_ICONS= yes
USE_BZIP2= yes
USES= gettext desktop-file-utils shared-mime-info gmake pkgconfig
USE_GNOME= gnomeprefix gnomehack intlhack gnomedesktop \
librsvg2 ltverhack gvfs ltasneededhack
USE_LDCONFIG= yes
USE_AUTOTOOLS= libtool
CONFIGURE_ENV= LIBS="${PTHREAD_LIBS} -L${LOCALBASE}/lib ${ICONV_LIB}" \
LIBPNG="-L${LOCALBASE}/lib -lpng -lz"
CPPFLAGS+= -I${LOCALBASE}/include
CONFIGURE_ARGS= --enable-static --disable-packagekit
MAKE_ENV= G_CHARSET_ALIAS="${LOCALBASE}/libdata/charset.alias"
GCONF_SCHEMAS= apps_nautilus_preferences.schemas
MAN1= nautilus-connect-server.1 nautilus-file-management-properties.1 \
nautilus.1
NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's|G_CONST_RETURN|const|g' \
${WRKSRC}/eel/eel-*.[ch] \
${WRKSRC}/libnautilus-private/*.[ch] \
${WRKSRC}/src/nautilus-zoom-control.c
@${REINPLACE_CMD} -e 's|-DG_DISABLE_DEPRECATED||g' \
${WRKSRC}/configure ${WRKSRC}/eel/Makefile.in
post-install:
@${MKDIR} ${PREFIX}/lib/nautilus/extensions-2.0
.include <bsd.port.mk>