2005-01-19 08:30:42 +01:00
|
|
|
# New ports collection makefile for: timer-applet
|
|
|
|
# Date created: 2005-01-12
|
|
|
|
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= timer-applet
|
2006-08-23 03:13:44 +02:00
|
|
|
PORTVERSION= 1.3.1
|
2005-01-19 08:30:42 +01:00
|
|
|
CATEGORIES= deskutils
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
|
|
|
|
MASTER_SITE_SUBDIR= timerapplet
|
|
|
|
|
2005-04-13 00:10:43 +02:00
|
|
|
MAINTAINER= jylefort@FreeBSD.org
|
2005-04-11 20:28:24 +02:00
|
|
|
COMMENT= A timer applet for the GNOME panel
|
2005-01-19 08:30:42 +01:00
|
|
|
|
2006-08-23 03:13:44 +02:00
|
|
|
LIB_DEPENDS= notify:${PORTSDIR}/devel/libnotify
|
2006-05-28 04:24:10 +02:00
|
|
|
RUN_DEPENDS= ${X11BASE}/share/gnome/sounds/gtk-events/clicked.wav:${PORTSDIR}/audio/gnome-audio
|
2005-01-20 19:46:14 +01:00
|
|
|
|
2005-04-11 20:28:24 +02:00
|
|
|
USE_GNOME= gnomehack gnomeprefix gnomepanel intlhack
|
2005-01-19 08:30:42 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2005-02-05 19:22:07 +01:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
|
2005-01-19 08:30:42 +01:00
|
|
|
USE_X_PREFIX= yes
|
2005-04-11 20:28:24 +02:00
|
|
|
USE_GMAKE= yes
|
|
|
|
GCONF_SCHEMAS= timer-applet.schemas
|
|
|
|
INSTALLS_OMF= yes
|
2005-01-20 19:46:14 +01:00
|
|
|
|
|
|
|
post-patch:
|
2005-02-01 13:26:59 +01:00
|
|
|
@${REINPLACE_CMD} -e \
|
2006-01-29 04:11:13 +01:00
|
|
|
's|/usr/share/pixmaps/|${PREFIX}/share/gnome/pixmaps/|' \
|
|
|
|
${WRKSRC}/GNOME_TimerApplet.server.in.in
|
2005-02-05 19:22:07 +01:00
|
|
|
@${REINPLACE_CMD} -e \
|
|
|
|
's|$$(datadir)/sounds|${X11BASE}/share/gnome/sounds|' \
|
|
|
|
${WRKSRC}/src/Makefile.in
|
2005-01-19 08:30:42 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|