blob: 0256d270a36f37c8f0b280786075bcce0ac4d121 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# New ports collection makefile for: gnome-volume-manager
# Date created: 02 May 2006
# Whom: Jean-Yves Lefort <jylefort@FreeBSD.org>
#
# $FreeBSD$
# $MCom: ports/sysutils/gnome-volume-manager/Makefile,v 1.6 2006/07/21 20:47:00 mezz Exp $
#
PORTNAME= gnome-volume-manager
PORTVERSION= 2.15.0
CATEGORIES= sysutils gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R}
MAINTAINER= gnome@FreeBSD.org
COMMENT= Automatically mount removable media, and more
LIB_DEPENDS= hal.1:${PORTSDIR}/sysutils/hal \
notify.2:${PORTSDIR}/devel/libnotify
USE_XLIB= yes
USE_BZIP2= yes
USE_GNOME= gnomeprefix gnomehack intlhack nautilus2
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --disable-multiuser
GCONF_SCHEMAS= gnome-volume-manager.schemas
.include <bsd.port.mk>
|