1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/net/x2goclient-cli/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

31 lines
728 B
Makefile

# Created by: arved
# $FreeBSD$
PORTNAME= x2goclient-cli
DISTVERSION= 3.0.1-1.2
PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= http://x2go.obviously-nice.de/deb/pool-lenny/x2goclient-cli/
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= The x2go perl client
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= p5-Proc-Simple>=0:devel/p5-Proc-Simple \
p5-Term-ReadPassword>=0:devel/p5-Term-ReadPassword \
nxproxy:net/nxproxy
USES= perl5 shebangfix
SHEBANG_FILES= x2goclient-cli
PLIST_FILES= bin/x2goclient-cli
WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION:S,-1.2,,}
NO_BUILD= yes
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/x2goclient-cli ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>