2013-05-08 18:05:21 +02:00
|
|
|
# Created by: Olivier Duchateau <duchateau.olivier@gmail.com>
|
2012-05-29 10:08:49 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= xfce4-mount-plugin
|
2014-04-27 15:13:56 +02:00
|
|
|
PORTVERSION= 0.6.7
|
2012-05-29 10:08:49 +02:00
|
|
|
CATEGORIES= sysutils xfce
|
|
|
|
MASTER_SITES= ${MASTER_SITE_XFCE}
|
|
|
|
MASTER_SITE_SUBDIR= src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
|
|
|
|
DIST_SUBDIR= xfce4
|
|
|
|
|
|
|
|
MAINTAINER= xfce@FreeBSD.org
|
|
|
|
COMMENT= Mount and umount utility for the Xfce4 panel
|
|
|
|
|
2014-01-30 15:06:32 +01:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2012-05-29 10:08:49 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2013-05-08 18:05:21 +02:00
|
|
|
USE_GNOME= intltool intlhack
|
2014-04-27 15:13:56 +02:00
|
|
|
USES= gettext pkgconfig gmake tar:bzip2
|
2012-05-29 10:08:49 +02:00
|
|
|
USE_LDCONFIG= yes
|
|
|
|
INSTALLS_ICONS= yes
|
|
|
|
USE_XFCE= configenv libmenu panel
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|