aboutsummaryrefslogtreecommitdiff
path: root/net/vnc2swf/Makefile
blob: be937c7e71e2e3ff2c9b22b8ba7bcd9127ef6cd1 (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
# Ports collection makefile for:  vnc2swf
# Date created:			  Sun Dec 7 2:45:15 CET 2003
# Whom:				  Sebastian Yepes F. <esn@x123.info>
#
# $FreeBSD$
#

PORTNAME=	vnc2swf
PORTVERSION=	0.3
PORTREVISION=	1
CATEGORIES=	net
MASTER_SITES=	http://www.unixuser.org/~euske/${PORTNAME}/

MAINTAINER=	esn@x123.info
COMMENT=	VNC Session Recorder To Format (Movie) swf

LIB_DEPENDS=	ming:${PORTSDIR}/graphics/ming

GNU_CONFIGURE=	yes
USE_GMAKE=	yes

CONFIGURE_ARGS=	--with-ming=${LOCALBASE}/lib
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include/ming"

.include <bsd.port.mk>