1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-31 05:41:08 +00:00
freebsd-ports/deskutils/timer-applet/Makefile
2014-11-27 18:53:47 +00:00

34 lines
863 B
Makefile

# 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>