diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-04-29 02:11:38 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-04-29 02:11:38 +0800 |
commit | 4a89854bae630e38d30d2e47f5cdea5f896e894c (patch) | |
tree | c170019dbbc845a9851d93331aa7173358aae7c0 /sysutils/gnome-volume-manager/Makefile | |
parent | d324fbf6850012433e834f30cd446e426e759545 (diff) | |
download | marcuscom-ports-4a89854bae630e38d30d2e47f5cdea5f896e894c.tar marcuscom-ports-4a89854bae630e38d30d2e47f5cdea5f896e894c.tar.gz marcuscom-ports-4a89854bae630e38d30d2e47f5cdea5f896e894c.tar.bz2 marcuscom-ports-4a89854bae630e38d30d2e47f5cdea5f896e894c.tar.lz marcuscom-ports-4a89854bae630e38d30d2e47f5cdea5f896e894c.tar.xz marcuscom-ports-4a89854bae630e38d30d2e47f5cdea5f896e894c.tar.zst marcuscom-ports-4a89854bae630e38d30d2e47f5cdea5f896e894c.zip |
share/gnome -> share
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8669 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/gnome-volume-manager/Makefile')
-rw-r--r-- | sysutils/gnome-volume-manager/Makefile | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/sysutils/gnome-volume-manager/Makefile b/sysutils/gnome-volume-manager/Makefile new file mode 100644 index 000000000..bf5a2e7e9 --- /dev/null +++ b/sysutils/gnome-volume-manager/Makefile @@ -0,0 +1,32 @@ +# 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.13 2007/03/09 22:15:17 mezz Exp $ +# + +PORTNAME= gnome-volume-manager +PORTVERSION= 2.17.0 +PORTREVISION= 4 +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.1:${PORTSDIR}/devel/libnotify + +USE_XLIB= yes +USE_BZIP2= yes +USE_GNOME= gnomeprefix gnomehack intlhack nautilus2 +USE_GMAKE= yes +USE_GETTEXT= 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> |