freebsd-ports/net/grdc-applet/Makefile
Alexander Logvinov 9463ff6e5b Change MAINTAINER on my ports to my FreeBSD email address
Approved by:	tabthorpe (mentor)
2009-05-28 20:44:16 +00:00

33 lines
803 B
Makefile

# 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>