aboutsummaryrefslogtreecommitdiffstats
path: root/net/rfbproxy/Makefile
blob: a110882d5886cebb3fe6ba3ccd747f819bf9c371 (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
# ex:ts=8
# Ports collection makefile for:    rfbproxy
# Date created:         Sep 5, 2002
# Whom:                 ijliao
#
# $FreeBSD$
#

PORTNAME=   rfbproxy
PORTVERSION=    0.6.5
CATEGORIES= net
MASTER_SITES=   http://cyberelk.net/tim/data/rfbproxy/stable/

MAINTAINER= ports@FreeBSD.org

LIB_DEPENDS=    gnugetopt:${PORTSDIR}/devel/libgnugetopt

GNU_CONFIGURE=  yes
CONFIGURE_TARGET=   --build=${ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt"

MAN1=   rfbproxy.1

.include <bsd.port.mk>