mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
Add x2go nxproxy, a fork of the NoMachine nxproxy.
This program is used by the x2go client. Feature safe:yes
This commit is contained in:
parent
1ba448dcb6
commit
1516cf1188
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=257308
@ -442,6 +442,7 @@
|
||||
SUBDIR += ntp-devel
|
||||
SUBDIR += ntraceroute
|
||||
SUBDIR += nusoap
|
||||
SUBDIR += nxproxy
|
||||
SUBDIR += nxserver
|
||||
SUBDIR += nylon
|
||||
SUBDIR += ohphone
|
||||
|
46
net/nxproxy/Makefile
Normal file
46
net/nxproxy/Makefile
Normal file
@ -0,0 +1,46 @@
|
||||
# New ports collection makefile for: nxproxy
|
||||
# Date created: 2010-06-24
|
||||
# Whom: arved
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= nxproxy
|
||||
DISTVERSION= 3.4.0-2
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://x2go.obviously-nice.de/deb/pool-lenny/nxproxy/:nxproxy \
|
||||
http://x2go.obviously-nice.de/deb/pool-lenny/nxcomp/:nxcomp
|
||||
DISTFILES= nxcomp-${DISTVERSION:S/2/1/}.tar.gz:nxcomp\
|
||||
nxproxy-${DISTVERSION}.tar.gz:nxproxy
|
||||
|
||||
MAINTAINER= arved@FreeBSD.org
|
||||
COMMENT= An x2go helper program
|
||||
|
||||
LIB_DEPENDS= png:${PORTSDIR}/graphics/png \
|
||||
jpeg:${PORTSDIR}/graphics/jpeg
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
CONFLICTS= nxserver-[0-9]*
|
||||
GNU_CONFIGURE= yes
|
||||
USE_XORG= ice x11 sm
|
||||
PLIST_FILES= bin/nxproxy
|
||||
|
||||
post-extract:
|
||||
${LN} -sf ${WRKDIR}/nxcomp-${DISTVERSION:S/2/1/} ${WRKDIR}/nxcomp
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e "s,-O3,${CFLAGS}," ${WRKSRC}/configure \
|
||||
${WRKDIR}/nxcomp/configure
|
||||
${REINPLACE_CMD} -e "s,-lXcomp, -L${PREFIX}/lib -lpng -ljpeg ../nxcomp/libXcomp.a," \
|
||||
${WRKSRC}/configure
|
||||
|
||||
pre-configure:
|
||||
cd ${WRKDIR}/nxcomp; ${CONFIGURE_ENV} ./${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS};
|
||||
|
||||
pre-build:
|
||||
cd ${WRKDIR}/nxcomp; ${MAKE_ENV} ${MAKE}
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/nxproxy ${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
6
net/nxproxy/distinfo
Normal file
6
net/nxproxy/distinfo
Normal file
@ -0,0 +1,6 @@
|
||||
MD5 (nxcomp-3.4.0-1.tar.gz) = eaf751906b950e0d1222db3d332eaa57
|
||||
SHA256 (nxcomp-3.4.0-1.tar.gz) = 155ae68575444cb1cd677c3dd360d2b446e7b56e76f90f83f60dcfe22cc802b9
|
||||
SIZE (nxcomp-3.4.0-1.tar.gz) = 535758
|
||||
MD5 (nxproxy-3.4.0-2.tar.gz) = 09ceaaac417aed6f97ae946212743ded
|
||||
SHA256 (nxproxy-3.4.0-2.tar.gz) = a993591417d8d17dc74eaf5d16e229fa46cf88d17ce8d091ed20aa12dec4fc3a
|
||||
SIZE (nxproxy-3.4.0-2.tar.gz) = 80256
|
3
net/nxproxy/pkg-descr
Normal file
3
net/nxproxy/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
NXProxy is a program required by the x2go client.
|
||||
|
||||
WWW: http://www.x2go.org/
|
Loading…
Reference in New Issue
Block a user