1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/net/nxproxy/Makefile
Yuri Victorovich 98ad00751b net/nxproxy: Update to 3.5.0.33
Additional port changes:
* Added LICENSE_FILE
* Added USES=localbase:ldflags
* Reformatted

Reported by:	portscout
Approved by:	tcberner (mentor, implicit)
2018-02-16 09:11:26 +00:00

27 lines
523 B
Makefile

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