blob: d3fa1ae792d34a6928dbd4ea25f8803e34ecfece (
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
|
# 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
PLIST_FILES= bin/vnc2swf
USE_GMAKE= yes
CONFIGURE_ARGS= --with-ming=${LOCALBASE}/lib
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/ming"
.include <bsd.port.mk>
|