View | Details | Raw Unified | Return to bug 161411
Collapse All | Expand All

(-)Makefile (-1 / +9 lines)
Lines 17-22 Link Here
17
MAINTAINER=	cy@FreeBSD.org
17
MAINTAINER=	cy@FreeBSD.org
18
COMMENT=	Display X and Win32 desktops on remote X/Win32/Java displays
18
COMMENT=	Display X and Win32 desktops on remote X/Win32/Java displays
19
19
20
LICENSE=	GPLv2
21
20
USE_PERL5=	yes
22
USE_PERL5=	yes
21
WRKSRC=		${WRKDIR}/unix/vnc_unixsrc
23
WRKSRC=		${WRKDIR}/unix/vnc_unixsrc
22
USE_IMAKE=	yes
24
USE_IMAKE=	yes
Lines 24-29 Link Here
24
ALL_TARGET=	World
26
ALL_TARGET=	World
25
NO_INSTALL_MANPAGES=	yes
27
NO_INSTALL_MANPAGES=	yes
26
XFREE86_HTML_MAN=	no
28
XFREE86_HTML_MAN=	no
29
MAKE_JOBS_UNSAFE=yes
27
30
28
CONFLICTS=	tightvnc-[0-9]* vnc-[0-9]*
31
CONFLICTS=	tightvnc-[0-9]* vnc-[0-9]*
29
32
Lines 35-41 Link Here
35
.include <bsd.port.pre.mk>
38
.include <bsd.port.pre.mk>
36
39
37
.if ${ARCH} != i386
40
.if ${ARCH} != i386
38
BROKEN=		Does not compile on ${MACHINE_ARCH}
41
NO_XVNC=	yes
42
PLIST_SUB+=	XVNC="@comment "
43
.else
44
PLIST_SUB+=	XVNC=""
39
.endif
45
.endif
40
46
41
post-patch:
47
post-patch:
Lines 48-54 Link Here
48
# We have to frob a few things, and we want our own permissions, so it's easier
54
# We have to frob a few things, and we want our own permissions, so it's easier
49
# to do the install ourselves.
55
# to do the install ourselves.
50
post-install:
56
post-install:
57
.if !defined(NO_XVNC)
51
	${INSTALL_PROGRAM} ${WRKSRC}/Xvnc/programs/Xserver/Xvnc ${PREFIX}/bin/Xvnc
58
	${INSTALL_PROGRAM} ${WRKSRC}/Xvnc/programs/Xserver/Xvnc ${PREFIX}/bin/Xvnc
59
.endif
52
	${INSTALL_PROGRAM} ${WRKSRC}/vncviewer/vncviewer ${PREFIX}/bin/vncviewer
60
	${INSTALL_PROGRAM} ${WRKSRC}/vncviewer/vncviewer ${PREFIX}/bin/vncviewer
53
	${INSTALL_PROGRAM} ${WRKSRC}/vncpasswd/vncpasswd ${PREFIX}/bin/vncpasswd
61
	${INSTALL_PROGRAM} ${WRKSRC}/vncpasswd/vncpasswd ${PREFIX}/bin/vncpasswd
54
	${INSTALL_PROGRAM} ${WRKSRC}/vncconnect/vncconnect ${PREFIX}/bin/vncconnect
62
	${INSTALL_PROGRAM} ${WRKSRC}/vncconnect/vncconnect ${PREFIX}/bin/vncconnect
(-)pkg-plist (-1 / +1 lines)
Lines 1-4 Link Here
1
bin/Xvnc
1
%%XVNC%%bin/Xvnc
2
bin/vncviewer
2
bin/vncviewer
3
bin/vncpasswd
3
bin/vncpasswd
4
bin/vncserver
4
bin/vncserver

Return to bug 161411