blob: b0e2f44cf3fb8685329fd373d68119aca01e2c7b (
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: verve plugin for xfce4
# Date created: 11 September 2007
# Whom: Martin Wilke (miwi@FreeBSD.org)
#
# $FreeBSD$
#
PORTNAME= verve-plugin
PORTVERSION= 0.3.6
CATEGORIES= x11 xfce
MASTER_SITES= http://goodies.xfce.org/releases/xfce4-verve-plugin/
PKGNAMEPREFIX= xfce4-
DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
DIST_SUBDIR= xfce4
MAINTAINER= miwi@FreeBSD.org
COMMENT= A command line plugin for xfce4
RUN_DEPENDES= dbus-daemon:${PORTSDIR}/devel/dbus
LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre
GNU_CONFIGURE= yes
USE_BZIP2= yes
USE_GETTEXT= yes
USE_GMAKE= yes
USE_GNOME= gnometarget gtk20 intltool intlhack pkgconfig
USE_XFCE= configenv panel libexo libutil
.include <bsd.port.mk>
|