9637f7852e
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.
25 lines
712 B
Makefile
25 lines
712 B
Makefile
# $NetBSD: Makefile,v 1.25 2020/01/26 17:31:58 rillig Exp $
|
|
|
|
DISTNAME= x2vnc-1.7.2
|
|
PKGREVISION= 3
|
|
CATEGORIES= net x11
|
|
MASTER_SITES= http://fredrik.hubbe.net/x2vnc/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://fredrik.hubbe.net/x2vnc.html
|
|
COMMENT= Multi-console display using X and VNC
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
GNU_CONFIGURE= yes
|
|
LDFLAGS.SunOS+= -lresolv -lsocket -lnsl
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../x11/libX11/buildlink3.mk"
|
|
.include "../../x11/libXScrnSaver/buildlink3.mk"
|
|
.include "../../x11/libXext/buildlink3.mk"
|
|
.include "../../x11/libXinerama/buildlink3.mk"
|
|
.include "../../x11/libXrandr/buildlink3.mk"
|
|
.include "../../x11/xorgproto/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|