blob: 7e626174612ccc1a4d12c29e942d4cfde04190e1 (
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
|
# Created by: Olivier Duchateau <duchateau.olivier@gmail.com>
# $FreeBSD$
PORTNAME= xfce4-mount-plugin
PORTVERSION= 0.6.4
PORTREVISION= 1
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
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_GNOME= intltool intlhack
USES= gettext pathfix pkgconfig
USE_LDCONFIG= yes
INSTALLS_ICONS= yes
USE_XFCE= configenv libmenu panel
NO_STAGE= yes
.include <bsd.port.mk>
|