blob: f50808c73b905a6f75302d8dcf9c3bd6a70d8417 (
plain)
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
30
31
32
33
|
# Created by: Michael Johnson <ahze@FreeBSD.org>
# $FreeBSD$
PORTNAME= timer-applet
PORTVERSION= 2.1.4
PORTREVISION= 1
CATEGORIES= deskutils
MASTER_SITES= http://launchpadlibrarian.net/52401395/
MAINTAINER= ports@FreeBSD.org
COMMENT= Timer applet for the GNOME panel
LICENSE= GPLv2 # (or later)
BROKEN= Uses unknown GNOME component pygnomedesktop
RUN_DEPENDS= gnome-audio>0:${PORTSDIR}/audio/gnome-audio \
${PYTHON_PKGNAMEPREFIX}dbus>0:${PORTSDIR}/devel/py-dbus \
${PYTHON_PKGNAMEPREFIX}notify>0:${PORTSDIR}/devel/py-notify
WRKSRC= ${WRKDIR}/${PORTNAME}
USES= gettext gmake pathfix python
USE_GNOME= gnomeprefix intlhack pygnomedesktop
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --libdir=${PREFIX}/libexec --disable-schemas-install
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
GCONF_SCHEMAS= timer-applet.schemas
.include <bsd.port.mk>
|