43e1cc46ab
Also remove a commented out BROKEN line for x11/xfce4-clipman-plugin PR: ports/160730 Submitted by: ryusuke
32 lines
732 B
Makefile
32 lines
732 B
Makefile
# New ports collection makefile for: thunar-volman-plugin
|
|
# Date created: 24 Januar 2007
|
|
# Whom: Martin Wilke (miwi@FreeBSD.org)
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= thunar-volman
|
|
PORTVERSION= 0.3.80
|
|
PORTREVISION= 3
|
|
CATEGORIES= sysutils xfce
|
|
MASTER_SITES= ${MASTER_SITE_XFCE}
|
|
MASTER_SITE_SUBDIR=/src/apps/${PORTNAME}/${PORTVERSION:R}
|
|
DIST_SUBDIR= xfce4
|
|
|
|
MAINTAINER= xfce@FreeBSD.org
|
|
COMMENT= A Device manager plugin.
|
|
|
|
LIB_DEPENDS= hal.1:${PORTSDIR}/sysutils/hal \
|
|
dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
|
|
|
|
BROKEN= Does not work with Xfce 4.8
|
|
|
|
USE_BZIP2= yes
|
|
USE_GMAKE= yes
|
|
INSTALLS_ICONS= yes
|
|
USE_GETTEXT= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_GNOME= gtk20 intltool intlhack pkgconfig
|
|
USE_XFCE= configenv libexo thunar
|
|
|
|
.include <bsd.port.mk>
|