freebsd-ports/net/vnc2swf/Makefile
Florent Thoumie 340b57f8be - Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG).
2009-01-23 16:28:36 +00:00

33 lines
773 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.5.0
PORTREVISION= 3
CATEGORIES= net
MASTER_SITES= http://www.unixuser.org/~euske/${PORTNAME}/ \
ftp://ftp.rewt.org.uk/pub/distfiles/
MAINTAINER= ports@FreeBSD.org
COMMENT= VNC Session Recorder to SWF Flash (Movie) format
USE_XORG= xmu x11 xi xaw
USE_GMAKE= yes
GNU_CONFIGURE= yes
PLIST_FILES= bin/vnc2swf bin/recordwin
post-patch:
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
's| -g||g'
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/vnc2swf ${PREFIX}/bin/vnc2swf
${INSTALL_SCRIPT} ${WRKSRC}/recordwin.sh ${PREFIX}/bin/recordwin
.include <bsd.port.mk>