blob: 4b140e09c0648e6f313ee87f6a04bc4899a408b5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
# New ports collection makefile for: grdc-applet
# Date created: 12 April 2009
# Whom: Alexander Logvinov <ports@logvinov.com>
#
# $FreeBSD$
PORTNAME= grdc
PORTVERSION= 0.5.1
CATEGORIES= net gnome
MASTER_SITES= SF/grdc
PKGNAMESUFFIX= -applet
DISTNAME= ${PORTNAME}-gnome-${PORTVERSION}
MAINTAINER= avl@FreeBSD.org
COMMENT= A GNOME Desktop applet for GTK+/GNOME remote desktop client
RUN_DEPENDS= grdc:${PORTSDIR}/net/grdc
MAKE_JOBS_SAFE= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_GETTEXT= yes
USE_GNOME= gnomehack gnomeprefix glib20 gtk20 gnomepanel
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ENV= CFLAGS="${CFLAGS}" \
LDFLAGS="${LDFLAGS}"
post-patch:
@${REINPLACE_CMD} -e 's|"grdc"|"${PREFIX}/bin/grdc"|' \
${WRKSRC}/src/grdcapplet.c
.include <bsd.port.mk>
|