1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/net/nxproxy/Makefile
Alexandre C. Guimarães 8ade9acb79 net/nxproxy: Update to 3.5.99.20-1
PR:		209177
Submitted by:	Michael Muenz <m.muenz@gmail.com>
Approved by:	tcberner (mentor, implicit)
2020-03-07 22:18:27 +00:00

27 lines
555 B
Makefile

# Created by: arved
# $FreeBSD$
PORTNAME= nxproxy
DISTVERSION= 3.5.99.20
DISTVERSIONSUFFIX= -1
CATEGORIES= net
MASTER_SITES= https://code.x2go.org/releases/source/nx-libs/
DISTNAME= nx-libs-${PORTVERSION}${DISTVERSIONSUFFIX}-lite
MAINTAINER= ports@FreeBSD.org
COMMENT= Helper program for x2go
LICENSE= GPLv2
LIB_DEPENDS= libXcomp.so:x11/nxcomp
USES= autoreconf localbase:ldflags
GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/nx-libs-${PORTVERSION}${DISTVERSIONSUFFIX}/${PORTNAME}
PLIST_FILES= bin/nxproxy \
man/man1/nxproxy.1.gz
.include <bsd.port.mk>