|
Lines 7-12
Link Here
|
| 7 |
|
7 |
|
| 8 |
PORTNAME= grdc |
8 |
PORTNAME= grdc |
| 9 |
PORTVERSION= 0.6.0 |
9 |
PORTVERSION= 0.6.0 |
|
|
10 |
PORTREVISION= 1 |
| 10 |
CATEGORIES= net gnome |
11 |
CATEGORIES= net gnome |
| 11 |
MASTER_SITES= SF |
12 |
MASTER_SITES= SF |
| 12 |
|
13 |
|
|
Lines 24-30
Link Here
|
| 24 |
MAKE_JOBS_SAFE= yes |
25 |
MAKE_JOBS_SAFE= yes |
| 25 |
GNU_CONFIGURE= yes |
26 |
GNU_CONFIGURE= yes |
| 26 |
USE_GMAKE= yes |
27 |
USE_GMAKE= yes |
| 27 |
USE_GETTEXT= yes |
|
|
| 28 |
USE_GNOME= gnomehack gnomeprefix glib20 gtk20 |
28 |
USE_GNOME= gnomehack gnomeprefix glib20 gtk20 |
| 29 |
CFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} |
29 |
CFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} |
| 30 |
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} |
30 |
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} |
|
Lines 62-67
Link Here
|
| 62 |
CONFIGURE_ARGS+= --disable-avahi |
62 |
CONFIGURE_ARGS+= --disable-avahi |
| 63 |
.endif |
63 |
.endif |
| 64 |
|
64 |
|
|
|
65 |
.if defined(WITHOUT_NLS) |
| 66 |
CONFIGURE_ARGS+= --disable-nls |
| 67 |
PLIST_SUB+= NLS="@comment " |
| 68 |
.else |
| 69 |
USE_GETTEXT= yes |
| 70 |
PLIST_SUB+= NLS="" |
| 71 |
.endif |
| 72 |
|
| 65 |
post-patch: |
73 |
post-patch: |
| 66 |
@${REINPLACE_CMD} -e 's|Exec=grdc|Exec=${LOCALBASE}/bin/grdc|' \ |
74 |
@${REINPLACE_CMD} -e 's|Exec=grdc|Exec=${LOCALBASE}/bin/grdc|' \ |
| 67 |
${WRKSRC}/src/grdc.desktop.in |
75 |
${WRKSRC}/src/grdc.desktop.in |