eed2ee5a37
xfce4-volstatus-icon is a program that sits around and does nothing until a removable device is inserted. It becomes an icon in the systray, which allows you to unmount/eject this device. WWW: http://goodies.xfce.org/projects/applications/xfce4-volstatus-icon PR: ports/150933 Submitted by: Olivier Duchateau <duchateau.olivier at gmail.com>
41 lines
965 B
Makefile
41 lines
965 B
Makefile
# New ports collection makefile for: xfce4-volstatus-icon
|
|
# Date created: 2010-08-04
|
|
# Whom: Olivier Duchateau <duchateau.olivier@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xfce4-volstatus-icon
|
|
PORTVERSION= 0.1.0
|
|
CATEGORIES= deskutils xfce
|
|
MASTER_SITES= ${MASTER_SITE_XFCE}
|
|
MASTER_SITE_SUBDIR= src/apps/${PORTNAME}/${PORTVERSION:R}
|
|
DIST_SUBDIR= xfce4
|
|
|
|
MAINTAINER= duchateau.olivier@gmail.com
|
|
COMMENT= Notification area icon that allows safe removal of removable devices
|
|
|
|
LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
|
|
hal.1:${PORTSDIR}/sysutils/hal
|
|
|
|
USE_BZIP2= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
USE_GNOME= gtk20 intltool intlhack pkgconfig
|
|
USE_XORG= x11
|
|
USE_XFCE= libexo libgui libutil
|
|
USE_GETTEXT= yes
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING
|
|
|
|
SUB_FILES= pkg-message
|
|
|
|
post-install:
|
|
@${ECHO_MSG}
|
|
@${CAT} ${PKGMESSAGE}
|
|
@${ECHO_MSG}
|
|
|
|
.include <bsd.port.mk>
|