Support stage
This commit is contained in:
parent
3bbe9ac137
commit
900bf5cbab
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=352181
@ -4,29 +4,26 @@
|
||||
|
||||
PORTNAME= gnome-mount
|
||||
PORTVERSION= 0.8
|
||||
PORTREVISION= 11
|
||||
PORTREVISION= 12
|
||||
CATEGORIES= sysutils gnome
|
||||
MASTER_SITES= http://hal.freedesktop.org/releases/
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= A front-end to mount, umount, and eject using HAL
|
||||
COMMENT= Front-end to mount, umount, and eject using HAL
|
||||
|
||||
LIB_DEPENDS= hal.1:${PORTSDIR}/sysutils/hal \
|
||||
notify.4:${PORTSDIR}/devel/libnotify \
|
||||
gnome-keyring:${PORTSDIR}/security/libgnome-keyring
|
||||
LIB_DEPENDS= libhal.so:${PORTSDIR}/sysutils/hal \
|
||||
libnotify.so:${PORTSDIR}/devel/libnotify \
|
||||
libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring
|
||||
RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/polkit-gnome.pc:${PORTSDIR}/sysutils/policykit-gnome
|
||||
|
||||
USE_GNOME= gnomeprefix gnomehack intlhack gconf2 gtk20
|
||||
USES= gettext gmake pkgconfig
|
||||
USE_GNOME= gnomeprefix intlhack gconf2 gtk20
|
||||
USES= gettext gmake pathfix pkgconfig
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --disable-nautilus-extension
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
GCONF_SCHEMAS= gnome-mount.schemas
|
||||
MAN1= gnome-mount.1
|
||||
MLINKS= gnome-mount.1 gnome-eject.1 \
|
||||
gnome-mount.1 gnome-umount.1
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -3,6 +3,7 @@ bin/gnome-mount
|
||||
bin/gnome-umount
|
||||
libdata/pkgconfig/gnome-mount.pc
|
||||
%%DATADIR%%/gnome-mount-properties.glade
|
||||
man/man1/gnome-mount.1.gz
|
||||
share/locale/ar/LC_MESSAGES/gnome-mount.mo
|
||||
share/locale/be/LC_MESSAGES/gnome-mount.mo
|
||||
share/locale/be@latin/LC_MESSAGES/gnome-mount.mo
|
||||
|
Loading…
Reference in New Issue
Block a user