freebsd-ports/net/grdesktop/Makefile
Kirill Ponomarev 5111b833f4 - Update to version 0.22
PR:		ports/63534
Submitted by:	maintainer
2004-02-29 17:12:05 +00:00

29 lines
718 B
Makefile

# New ports collection makefile for: grdesktop
# Date created: Jan 3 2003
# Whom: Florent Thoumie <flz@xbsd.org>
#
# $FreeBSD$
#
PORTNAME= grdesktop
PORTVERSION= 0.22
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= flz@xbsd.org
COMMENT= GNOME frontend for the remote desktop client (rdesktop)
RUN_DEPENDS= rdesktop:${PORTSDIR}/net/rdesktop
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_GNOME= libgnomeui gnomeprefix gnomehack
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
USE_REINPLACE= yes
post-patch:
@${REINPLACE_CMD} -e 's|man_MANS = grdesktop.1|man_MANS =|' ${WRKSRC}/doc/Makefile.in
.include <bsd.port.mk>