mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
4ed944f39e
PR: ports/72946 Submitted by: MAINTAINER
27 lines
611 B
Makefile
27 lines
611 B
Makefile
# 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.4.1
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.unixuser.org/~euske/${PORTNAME}/
|
|
|
|
MAINTAINER= esn@x123.info
|
|
COMMENT= VNC Session Recorder to SWF Flash (Movie) format
|
|
|
|
LIB_DEPENDS= ming:${PORTSDIR}/graphics/ming
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
USE_X_PREFIX= yes
|
|
PLIST_FILES= bin/vnc2swf bin/recordwin
|
|
|
|
CONFIGURE_ARGS= --with-ming=${LOCALBASE}/lib
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/ming"
|
|
|
|
.include <bsd.port.mk>
|