blob: df9085d6aadc6738de9e79ec3b24e02e7211ae59 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $NetBSD: Makefile,v 1.3 2003/03/03 02:45:52 jschauma Exp $
#
DISTNAME= x2vnc-1.4
PKGREVISION= 1
CATEGORIES= net x11
MASTER_SITES= http://fredrik.hubbe.net/
MAINTAINER= mike@ethmoid.org
HOMEPAGE= http://fredrik.hubbe.net/x2vnc.html
COMMENT= Multi-console display using X and VNC
USE_IMAKE= yes
.include "../../mk/bsd.pkg.mk"
|