freebsd-ports/net/remotedesk/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

27 lines
564 B
Makefile

# $FreeBSD$
PORTNAME= remotedesk
PORTVERSION= 0.1
PORTREVISION= 5
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>