View | Details | Raw Unified | Return to bug 137550 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-3 / +9 lines)
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-35 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}
31
CONFIGURE_ENV=	CFLAGS="${CFLAGS}" \
32
		LDFLAGS="${LDFLAGS}"
33
31
34
.include <bsd.port.pre.mk>
32
.include <bsd.port.pre.mk>
35
33
Lines 66-69 Link Here
66
	@${REINPLACE_CMD} -e 's|Exec=grdc|Exec=${LOCALBASE}/bin/grdc|' \
64
	@${REINPLACE_CMD} -e 's|Exec=grdc|Exec=${LOCALBASE}/bin/grdc|' \
67
		${WRKSRC}/src/grdc.desktop.in
65
		${WRKSRC}/src/grdc.desktop.in
68
66
67
.if defined(WITHOUT_NLS)
68
CONFIGURE_ARGS+=	--disable-nls
69
PLIST_SUB+=		NLS="@comment "
70
.else
71
USE_GETTEXT=		yes
72
PLIST_SUB+=		NLS=""
73
.endif
74
69
.include <bsd.port.post.mk>
75
.include <bsd.port.post.mk>

Return to bug 137550