2013-03-02 07:23:11 +01:00
|
|
|
# Created by: Michael Johnson <ahze@FreeBSD.org>
|
2005-01-19 08:30:42 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= timer-applet
|
2013-03-02 07:23:11 +01:00
|
|
|
PORTVERSION= 2.1.4
|
2005-01-19 08:30:42 +01:00
|
|
|
CATEGORIES= deskutils
|
2013-03-02 07:23:11 +01:00
|
|
|
MASTER_SITES= http://launchpadlibrarian.net/52401395/
|
2005-01-19 08:30:42 +01:00
|
|
|
|
2008-04-29 07:11:44 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2013-03-02 07:23:11 +01:00
|
|
|
COMMENT= Timer applet for the GNOME panel
|
2005-01-19 08:30:42 +01:00
|
|
|
|
2013-03-02 07:23:11 +01:00
|
|
|
LICENSE= GPLv2 # (or later)
|
|
|
|
|
|
|
|
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}
|
2005-01-20 19:46:14 +01:00
|
|
|
|
2013-04-24 09:35:40 +02:00
|
|
|
USES= pathfix gettext
|
2013-03-28 04:28:30 +01:00
|
|
|
USE_GNOME= gnomeprefix intlhack pygnomedesktop
|
2013-03-02 07:23:11 +01:00
|
|
|
USE_PYTHON= yes
|
2005-04-11 20:28:24 +02:00
|
|
|
USE_GMAKE= yes
|
2008-05-16 16:10:48 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2013-03-02 07:23:11 +01:00
|
|
|
CONFIGURE_ARGS= --libdir=${PREFIX}/libexec
|
|
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2005-01-20 19:46:14 +01:00
|
|
|
|
2008-05-16 16:10:48 +02:00
|
|
|
GCONF_SCHEMAS= timer-applet.schemas
|
2005-01-19 08:30:42 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|