freebsd-ports/net/x11vnc/Makefile

46 lines
1.1 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: x11vnc
# Date created: 7 June 2005
# Whom: Loren M. Lang
#
# $FreeBSD$
#
PORTNAME= x11vnc
2009-01-25 11:26:06 +01:00
PORTVERSION= 0.9.6
PORTREVISION= 2
CATEGORIES= net
2008-09-03 06:24:20 +02:00
MASTER_SITES= SF
MASTER_SITE_SUBDIR=libvncserver
2008-09-03 06:24:20 +02:00
MAINTAINER= beech@FreeBSD.org
COMMENT= VNC server for use with real X displays
LIB_DEPENDS= jpeg.10:${PORTSDIR}/graphics/jpeg \
dbus:${PORTSDIR}/devel/dbus \
avahi-common.3:${PORTSDIR}/net/avahi-app
USE_GNOME= gnometarget
USE_XORG= x11 xdamage xfixes xrandr xinerama xext xtst xau xrender xdmcp recordproto
# Sets LDFLAGS and adds to CONFIGURE_ENV, therefore we set LDFLAGS
LDFLAGS+= -L${LOCALBASE}/lib
USE_OPENSSL= yes
USE_ICONV= yes
USE_GETTEXT= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"
MAN1= x11vnc.1
PORTDOCS= AUTHORS COPYING ChangeLog NEWS README README.LibVNCServer TODO
post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \
${WRKSRC}/configure
.if !defined(NOPORTDOCS)
post-install:
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/
.endif
.include <bsd.port.mk>