929698ba94
after maintainer timeout. Drop several patches that are now included in the source; keep -pthread patch; install the manpage and the modified Java vncviewer applet; regen plist.
33 lines
709 B
Makefile
33 lines
709 B
Makefile
# $OpenBSD: Makefile,v 1.3 2008/10/28 01:44:01 sthen Exp $
|
|
|
|
COMMENT= VNC server for real X displays
|
|
|
|
DISTNAME= x11vnc-0.9.5
|
|
CATEGORIES= x11
|
|
|
|
HOMEPAGE= http://www.karlrunge.com/x11vnc/
|
|
|
|
MAINTAINER= Craig Barraclough <craigba@creative.com.au>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB= X11 Xext Xinerama Xtst c pthread z
|
|
WANTLIB+= Xdamage Xfixes Xrandr crypto ssl
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libvncserver/}
|
|
|
|
USE_X11= Yes
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
CONFIGURE_ARGS+=--with-x
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/x11vnc
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/x11vnc
|
|
|
|
.include <bsd.port.mk>
|