1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/net/vnc2swf/Makefile
Kevin Lo 4ed944f39e Update to 0.4.1
PR: ports/72946
Submitted by: MAINTAINER
2004-11-06 03:23:25 +00:00

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>