blob: 082fb8814c06aff8fd6400151b177b2cb7670e4e (
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
26
27
28
29
|
# 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.1.2
PORTREVISION= 1
CATEGORIES= sysutils xfce
MASTER_SITES= http://freebsd.unixfreunde.de/sources/
DIST_SUBDIR= xfce4
MAINTAINER= miwi@FreeBSD.org
COMMENT= A Device manager plugin.
LIB_DEPENDS= hal.1:${PORTSDIR}/sysutils/hal
USE_BZIP2= yes
USE_GMAKE= yes
INSTALLS_ICONS= yes
USE_GETTEXT= yes
GNU_CONFIGURE= yes
USE_GNOME= gnometarget gtk20 intltool intlhack pkgconfig
USE_XFCE= configenv libexo thunar
USE_XLIB= yes
.include <bsd.port.mk>
|