pkgsrc/graphics/vnc2swf/Makefile
rillig 9637f7852e all: migrate homepages from http to https
pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
2020-01-26 17:30:40 +00:00

52 lines
1.6 KiB
Makefile

# $NetBSD: Makefile,v 1.21 2020/01/26 17:31:24 rillig Exp $
#
DISTNAME= vnc2swf-0.5.0
PKGREVISION= 4
CATEGORIES= graphics
MASTER_SITES= http://www.unixuser.org/~euske/vnc2swf/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://www.unixuser.org/~euske/vnc2swf/
COMMENT= Record vnc session as flash movie
LICENSE= gnu-gpl-v2
.include "../../mk/bsd.fast.prefs.mk"
DEPENDS+= x11vnc-[0-9]*:../../x11/x11vnc
.if ${X11_TYPE} == "modular" || !exists(${X11BASE}/bin/xwininfo)
DEPENDS+= xwininfo-[0-9]*:../../x11/xwininfo
.endif
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
USE_TOOLS+= pax
LDFLAGS.SunOS+= -lsocket -lnsl
INSTALLATION_DIRS= bin lib/X11/app-defaults share/doc/vnc2swf
SUBST_CLASSES+= x11base
SUBST_STAGE.x11base= pre-configure
SUBST_MESSAGE.x11base= Change X11base to ${PREFIX} in Makefile
SUBST_FILES.x11base= Makefile.in
SUBST_SED.x11base= -e "s|/usr/X11R6|${PREFIX}|"
SUBST_CLASSES+= toolpath
SUBST_STAGE.toolpath= pre-configure
SUBST_FILES.toolpath= recordwin.sh
SUBST_SED.toolpath= -e "s|VNC2SWF=vnc2swf|VNC2SWF=${PREFIX}/bin/vnc2swf|"
SUBST_SED.toolpath+= -e "s|X11VNC=x11vnc|X11VNC=${PREFIX}/bin/x11vnc|"
SUBST_SED.toolpath+= -e "s|XWININFO=xwininfo|XWININFO=${X11BASE}/bin/xwininfo|"
SUBST_SED.toolpath+= -e "s|AWK=awk|AWK=${AWK}|"
SUBST_SED.toolpath+= -e 's|-mouse|-localhost|'
post-install:
${INSTALL_DATA} ${WRKSRC}/Vnc2Swf.ad ${DESTDIR}${PREFIX}/lib/X11/app-defaults/Vnc2Swf
cd ${WRKSRC}/docs && \
pax -rw -pp -pm . ${DESTDIR}${PREFIX}/share/doc/vnc2swf
.include "../../devel/zlib/buildlink3.mk"
.include "../../x11/libXaw/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"