freebsd-ports/deskutils/timer-applet/Makefile
Alex Kozlov 08c99f3ad5 - Convert USE_GETTEXT to USES (part 1)
Approved by:	portmgr (bapt)
2013-04-24 07:35:40 +00:00

33 lines
811 B
Makefile

# Created by: Michael Johnson <ahze@FreeBSD.org>
# $FreeBSD$
PORTNAME= timer-applet
PORTVERSION= 2.1.4
CATEGORIES= deskutils
MASTER_SITES= http://launchpadlibrarian.net/52401395/
MAINTAINER= ports@FreeBSD.org
COMMENT= Timer applet for the GNOME panel
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}
USES= pathfix gettext
USE_GNOME= gnomeprefix intlhack pygnomedesktop
USE_PYTHON= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --libdir=${PREFIX}/libexec
MAKE_JOBS_SAFE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
GCONF_SCHEMAS= timer-applet.schemas
.include <bsd.port.mk>