aboutsummaryrefslogtreecommitdiffstats
path: root/net/libvncserver/Makefile
blob: 008a857fb42ed7158e05f602e566dca5578a8d2a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# ex:ts=8
# Ports collection makefile for:    libvncserver
# Date created:         Feb 9, 2004
# Whom:             ijliao
#
# $FreeBSD$
#

PORTNAME=   libvncserver
PORTVERSION=    0.6
CATEGORIES= net devel
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME=   LibVNCServer-${PORTVERSION}

MAINTAINER= ports@FreeBSD.org
COMMENT=    Provide an easy API to write one's own vnc server

LIB_DEPENDS=    jpeg.9:${PORTSDIR}/graphics/jpeg

USE_REINPLACE=  yes
USE_XLIB=   yes
GNU_CONFIGURE=  yes
CONFIGURE_ENV=  CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
        LDFLAGS="-L${LOCALBASE}/lib"

post-patch:
    @${REINPLACE_CMD} -e "s|-lpthread|${PTHREAD_LIBS}|" ${WRKSRC}/configure

.include <bsd.port.mk>