Lines 1-31
Link Here
|
1 |
# New ports collection makefile for: timer-applet |
1 |
# Created by: Michael Johnson <ahze@FreeBSD.org> |
2 |
# Date created: 2005-01-12 |
|
|
3 |
# Whom: Michael Johnson <ahze@FreeBSD.org> |
4 |
# |
5 |
# $FreeBSD: head/deskutils/timer-applet/Makefile 300896 2012-07-14 13:54:48Z beat $ |
2 |
# $FreeBSD: head/deskutils/timer-applet/Makefile 300896 2012-07-14 13:54:48Z beat $ |
6 |
# |
|
|
7 |
|
3 |
|
8 |
PORTNAME= timer-applet |
4 |
PORTNAME= timer-applet |
9 |
PORTVERSION= 2.1.2 |
5 |
PORTVERSION= 2.1.4 |
10 |
PORTREVISION= 6 |
|
|
11 |
CATEGORIES= deskutils |
6 |
CATEGORIES= deskutils |
12 |
MASTER_SITES= SF/timerapplet/timerapplet/${PORTNAME}-${PORTVERSION} |
7 |
MASTER_SITES= http://launchpadlibrarian.net/52401395/ |
13 |
|
8 |
|
14 |
MAINTAINER= ports@FreeBSD.org |
9 |
MAINTAINER= ports@FreeBSD.org |
15 |
COMMENT= A timer applet for the GNOME panel |
10 |
COMMENT= Timer applet for the GNOME panel |
16 |
|
11 |
|
17 |
RUN_DEPENDS= ${LOCALBASE}/share/sounds/gtk-events/clicked.wav:${PORTSDIR}/audio/gnome-audio \ |
12 |
LICENSE= GPLv2 # (or later) |
18 |
${LOCALBASE}/libdata/pkgconfig/dbus-python.pc:${PORTSDIR}/devel/py-dbus \ |
13 |
|
19 |
${LOCALBASE}/libdata/pkgconfig/notify-python.pc:${PORTSDIR}/devel/py-notify |
14 |
RUN_DEPENDS= gnome-audio>0:${PORTSDIR}/audio/gnome-audio \ |
|
|
15 |
${PYTHON_PKGNAMEPREFIX}dbus>0:${PORTSDIR}/devel/py-dbus \ |
16 |
${PYTHON_PKGNAMEPREFIX}notify>0:${PORTSDIR}/devel/py-notify |
17 |
|
18 |
WRKSRC= ${WRKDIR}/${PORTNAME} |
20 |
|
19 |
|
21 |
USE_GNOME= gnomehack gnomeprefix intlhack pygnomedesktop |
20 |
USE_GNOME= gnomehack gnomeprefix intlhack pygnomedesktop |
22 |
USE_PYTHON= 2.5+ |
21 |
USE_PYTHON= yes |
23 |
USE_GETTEXT= yes |
22 |
USE_GETTEXT= yes |
24 |
USE_GMAKE= yes |
23 |
USE_GMAKE= yes |
25 |
GNU_CONFIGURE= yes |
24 |
GNU_CONFIGURE= yes |
|
|
25 |
CONFIGURE_ARGS= --libdir=${PREFIX}/libexec |
26 |
MAKE_JOBS_SAFE= yes |
27 |
|
26 |
CPPFLAGS+= -I${LOCALBASE}/include |
28 |
CPPFLAGS+= -I${LOCALBASE}/include |
27 |
LDFLAGS+= -L${LOCALBASE}/lib |
29 |
LDFLAGS+= -L${LOCALBASE}/lib |
28 |
CONFIGURE_ARGS= --libdir=${PREFIX}/libexec |
|
|
29 |
|
30 |
|
30 |
GCONF_SCHEMAS= timer-applet.schemas |
31 |
GCONF_SCHEMAS= timer-applet.schemas |
31 |
|
32 |
|