mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
98ad00751b
Additional port changes: * Added LICENSE_FILE * Added USES=localbase:ldflags * Reformatted Reported by: portscout Approved by: tcberner (mentor, implicit)
27 lines
523 B
Makefile
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>
|