openbsd-ports/x11/x2vnc/Makefile

28 lines
582 B
Makefile
Raw Normal View History

2002-03-21 16:25:50 -05:00
# $OpenBSD: Makefile,v 1.10 2002/03/21 21:25:56 espie Exp $
COMMENT= one keyboard and/or mouse, multiple X and VNC displays
DISTNAME= x2vnc-1.2
CATEGORIES= x11
2002-03-21 16:25:50 -05:00
NEED_VERSION= 1.515
2000-10-22 10:02:46 -04:00
MAINTAINER= Dug Song <dugsong@monkey.org>
2000-03-23 16:41:24 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://www.hubbe.net/~hubbe/
2001-07-09 13:10:49 -04:00
USE_X11= Yes
CONFIGURE_STYLE= imake
ALL_TARGET= x2vnc x2vnc.0
do-install:
${INSTALL_MAN} ${WRKSRC}/x2vnc.0 ${PREFIX}/man/man1
${INSTALL_PROGRAM} ${WRKSRC}/x2vnc ${PREFIX}/bin
.include <bsd.port.mk>