mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
remove GCC requirement
PR: ports/179519 Submitted by: Kenta Suzumoto <kentas@hush.com> (also by 4721 below) add LICENSE remove shared library version from depends remove stale comment PR: ports/180063 Submitted by: 4721@hushmail.com Approved by: maintainer timeout (itetcu, 5 weeks)
This commit is contained in:
parent
c43371dfb6
commit
4c082f93da
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=323793
@ -4,28 +4,27 @@
|
||||
PORTNAME= tightvnc
|
||||
PORTVERSION= 1.3.10
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= net
|
||||
CATEGORIES= net java
|
||||
MASTER_SITES= SF/vnc-tight/TightVNC-unix/${PORTVERSION}
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}_unixsrc
|
||||
|
||||
MAINTAINER= itetcu@FreeBSD.org
|
||||
COMMENT= Enhanced version of VNC
|
||||
|
||||
LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/LICENCE.TXT
|
||||
|
||||
LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg
|
||||
RUN_DEPENDS= showrgb:${PORTSDIR}/x11/rgb \
|
||||
xauth:${PORTSDIR}/x11/xauth \
|
||||
xorg-fonts>=7.2:${PORTSDIR}/x11-fonts/xorg-fonts
|
||||
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
CONFLICTS= tridiavnc-[0-9]* vnc-[0-9]*
|
||||
|
||||
WRKSRC= ${WRKDIR}/vnc_unixsrc
|
||||
|
||||
USES= imake shebangfix
|
||||
SHEBANG_FILES= vncserver
|
||||
CFLAGS+= -Wno-return-type
|
||||
USE_GCC= yes
|
||||
USE_BZIP2= yes
|
||||
USE_PERL5= yes
|
||||
USE_XORG= xaw
|
||||
@ -37,9 +36,6 @@ MAN1= Xvnc.1 vncviewer.1 vncpasswd.1 vncconnect.1 vncserver.1
|
||||
OPTIONS_DEFINE= JVNC_VIEWER
|
||||
JVNC_VIEWER_DESC= Install Java-based vnc viewer
|
||||
|
||||
#.include <bsd.port.pre.mk>
|
||||
|
||||
### use me when 5.5, 6.1, 6.2R die or we do impement something in b.p.m
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MJVNC_VIEWER}
|
||||
|
Loading…
Reference in New Issue
Block a user