48ce7183d0
PR: ports/86062 Submitted by: Andrej Zverev <az@inec.ru> Approved by: maintainer timeout (2 weeks)
31 lines
829 B
Makefile
31 lines
829 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.2
|
|
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_REINPLACE= yes
|
|
USE_X_PREFIX= yes
|
|
PLIST_FILES= bin/vnc2swf bin/recordwin
|
|
|
|
CONFIGURE_ARGS= --with-ming=${LOCALBASE}/lib
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/ming"
|
|
|
|
pre-configure:
|
|
@${REINPLACE_CMD} -e 's|^prefix.*|prefix= @prefix@|' ${WRKSRC}/Makefile.in
|
|
@${REINPLACE_CMD} -e 's|-g||' ${WRKSRC}/Makefile.in \
|
|
${WRKSRC}/rdr/Makefile.in ${WRKSRC}/rfb/Makefile.in
|
|
.include <bsd.port.mk>
|