freebsd-ports/deskutils/timer-applet/Makefile
John Marino 3495d8e943 Expire 14 gnome ports broken for more than 6 months (remove in 2 weeks)
PR:		199761
Approved by:	maintainer timeout
2015-05-19 16:46:13 +00:00

35 lines
933 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
DEPRECATED= Broken since update to gnome3
EXPIRATION_DATE= 2015-06-02
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>