diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-01-20 18:46:14 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-01-20 18:46:14 +0000 |
commit | f1e693e87492317a7322314d0c7f4266f23efa38 (patch) | |
tree | feeb70e556a6b505f9b5730a47f5303445b84598 /deskutils/timer-applet/Makefile | |
parent | 6be4a91bfb6a688e584770708841d974b3719659 (diff) | |
download | freebsd-ports-f1e693e87492317a7322314d0c7f4266f23efa38.zip |
- Transfer MAINTAINER to jylefort@brutele.be
- add gnomeaudio2 to RUN_DEPENDS
PR: ports/75863
Diffstat (limited to 'deskutils/timer-applet/Makefile')
-rw-r--r-- | deskutils/timer-applet/Makefile | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/deskutils/timer-applet/Makefile b/deskutils/timer-applet/Makefile index 602805e61fa4..1fac4131b63f 100644 --- a/deskutils/timer-applet/Makefile +++ b/deskutils/timer-applet/Makefile @@ -7,15 +7,23 @@ PORTNAME= timer-applet PORTVERSION= 0.3 +PORTREVISION= 1 CATEGORIES= deskutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= timerapplet -MAINTAINER= ahze@FreeBSD.org +MAINTAINER= jylefort@brutele.be COMMENT= Timer applet for the Gnome panel +RUN_DEPENDS= ${X11BASE}/share/gnome/sounds/gtk-events/clicked.wav:${PORTSDIR}/audio/gnomeaudio2 + USE_GNOME= gnomehack gnomeprefix gnometarget gnomepanel GNU_CONFIGURE= yes USE_X_PREFIX= yes +USE_REINPLACE= yes + +post-patch: + @${REINPLACE_CMD} -e 's|/usr/share/sounds|${X11BASE}/share/gnome/sounds|' \ + ${WRKSRC}/src/timer-applet.c .include <bsd.port.mk> |