Lines 6-12
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= timer-applet |
8 |
PORTNAME= timer-applet |
9 |
PORTVERSION= 0.4 |
9 |
PORTVERSION= 0.5.1 |
10 |
CATEGORIES= deskutils |
10 |
CATEGORIES= deskutils |
11 |
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} |
11 |
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} |
12 |
MASTER_SITE_SUBDIR= timerapplet |
12 |
MASTER_SITE_SUBDIR= timerapplet |
Lines 18-23
Link Here
|
18 |
|
18 |
|
19 |
USE_GNOME= gnomehack gnomeprefix gnomepanel |
19 |
USE_GNOME= gnomehack gnomeprefix gnomepanel |
20 |
GNU_CONFIGURE= yes |
20 |
GNU_CONFIGURE= yes |
|
|
21 |
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" |
21 |
CONFIGURE_ARGS= --bindir=${PREFIX}/libexec # applets belong to libexec |
22 |
CONFIGURE_ARGS= --bindir=${PREFIX}/libexec # applets belong to libexec |
22 |
USE_X_PREFIX= yes |
23 |
USE_X_PREFIX= yes |
23 |
USE_REINPLACE= yes |
24 |
USE_REINPLACE= yes |
Lines 27-33
Link Here
|
27 |
's|/usr/share/pixmaps/||; \ |
28 |
's|/usr/share/pixmaps/||; \ |
28 |
s|location="timer-applet"|location="${PREFIX}/libexec/timer-applet"|' \ |
29 |
s|location="timer-applet"|location="${PREFIX}/libexec/timer-applet"|' \ |
29 |
${WRKSRC}/timer-applet.server |
30 |
${WRKSRC}/timer-applet.server |
30 |
@${REINPLACE_CMD} -e 's|/usr/share/sounds|${X11BASE}/share/gnome/sounds|' \ |
31 |
@${REINPLACE_CMD} -e \ |
31 |
${WRKSRC}/src/timer-applet.c |
32 |
's|$$(datadir)/sounds|${X11BASE}/share/gnome/sounds|' \ |
|
|
33 |
${WRKSRC}/src/Makefile.in |
32 |
|
34 |
|
33 |
.include <bsd.port.mk> |
35 |
.include <bsd.port.mk> |