1385312c50
* devel/gnustep-make: Update to 2.8.0 * lang/gnustep-base: Update to 1.27.0 * x11-toolkits/gnustep-back: update to 0.28.0 * x11-toolkits/gnustep-gui: update to 0.28.0 Also bump PORTREVISION on dependent ports.
27 lines
565 B
Makefile
27 lines
565 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= remotedesk
|
|
PORTVERSION= 0.1
|
|
PORTREVISION= 10
|
|
CATEGORIES= net gnustep
|
|
MASTER_SITES= SAVANNAH/gap
|
|
DISTNAME= RemoteDesk-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Graphical interface to rdesktop
|
|
|
|
LICENSE= GPLv2+
|
|
|
|
RUN_DEPENDS= rdesktop:net/rdesktop
|
|
|
|
USES= gnustep
|
|
USE_GNUSTEP= back build
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -e 's|^GNUSTEP_INSTALLATION_DIR|#GNUSTEP_INSTALLATION_DIR|' \
|
|
${WRKSRC}/GNUmakefile
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/RemoteDesk.app/RemoteDesk
|
|
|
|
.include <bsd.port.mk>
|