[Midnightbsd-cvs] mports: net/libvncserver: Added libvncserver-0.9.1

ctriv at midnightbsd.org ctriv at midnightbsd.org
Sat Jan 3 22:38:47 EST 2009


Log Message:
-----------
Added libvncserver-0.9.1

Added Files:
-----------
    mports/net/libvncserver:
        Makefile (r1.1)
        distinfo (r1.1)
        pkg-descr (r1.1)
        pkg-plist (r1.1)

-------------- next part --------------
--- /dev/null
+++ net/libvncserver/pkg-descr
@@ -0,0 +1,4 @@
+LibVNCServer is ripped out of Xvnc to provide an easy API to write one's own
+vnc server.
+
+WWW: http://libvncserver.sourceforge.net/
--- /dev/null
+++ net/libvncserver/pkg-plist
@@ -0,0 +1,18 @@
+bin/libvncserver-config
+include/rfb/default8x16.h
+include/rfb/keysym.h
+include/rfb/rfb.h
+include/rfb/rfbclient.h
+include/rfb/rfbconfig.h
+include/rfb/rfbint.h
+include/rfb/rfbproto.h
+include/rfb/rfbregion.h
+lib/libvncclient.a
+lib/libvncserver.a
+lib/libvncserver.so.0
+lib/libvncserver.so
+lib/libvncserver.la
+lib/libvncclient.so.0
+lib/libvncclient.so
+lib/libvncclient.la
+ at dirrm include/rfb
--- /dev/null
+++ net/libvncserver/Makefile
@@ -0,0 +1,35 @@
+# ex:ts=8
+#
+# $MidnightBSD: mports/net/libvncserver/Makefile,v 1.1 2009/01/04 03:38:47 ctriv Exp $
+#
+
+PORTNAME=	libvncserver
+PORTVERSION=	0.9.1
+CATEGORIES=	net devel
+MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR=	${PORTNAME}
+DISTNAME=	LibVNCServer-${PORTVERSION}
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Provide an easy API to write one's own vnc server
+LICENSE=	gpl2
+
+LIB_DEPENDS=	jpeg.9:${PORTSDIR}/graphics/jpeg
+
+USE_GNOME=	gnometarget
+USE_LDCONFIG=	yes
+GNU_CONFIGURE=	yes
+CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
+		LDFLAGS="-L${LOCALBASE}/lib"
+CONFIGURE_ARGS=	--without-x
+
+post-patch:
+	@${REINPLACE_CMD} -e \
+		's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
+	@${REINPLACE_CMD} -e \
+		'/^SUBDIRS/s|x11vnc||g' ${WRKSRC}/Makefile.in
+
+post-install:
+	${INSTALL_DATA} ${WRKSRC}/rfb/default8x16.h ${PREFIX}/include/rfb
+
+.include <bsd.port.mk>
--- /dev/null
+++ net/libvncserver/distinfo
@@ -0,0 +1,3 @@
+MD5 (LibVNCServer-0.9.1.tar.gz) = aa00efc3dabde82fde9509bfbab0aba4
+SHA256 (LibVNCServer-0.9.1.tar.gz) = 0fbda7fc37c1f360bdbeb586e48d6203a5ef56a8cfc3b78887d7d90db683f282
+SIZE (LibVNCServer-0.9.1.tar.gz) = 1060476


More information about the Midnightbsd-cvs mailing list