Somehow I forgot to commit the Makefile. Thanks to jcs@rt.fm for noticing.

This commit is contained in:
nate 2001-04-06 15:01:57 +00:00
parent bb6427b855
commit 2c700dbd31

View File

@ -1,14 +1,10 @@
# Makefile for: x2vnc
# Version required: 1.1
# Date created: 20 Jan 2001
# Whom: smart@monkey.org
#
# $OpenBSD: Makefile,v 1.7 2001/01/21 01:54:23 dugsong Exp $
# $OpenBSD: Makefile,v 1.8 2001/04/06 15:01:57 nate Exp $
DISTNAME= x2vnc-1.1
COMMENT= one keyboard and/or mouse, multiple X and VNC displays
DISTNAME= x2vnc-1.2
CATEGORIES= x11
NEED_VERSION= 1.341
NEED_VERSION= 1.383
MAINTAINER= Dug Song <dugsong@monkey.org>
@ -21,9 +17,10 @@ MASTER_SITES= http://www.hubbe.net/~hubbe/
CONFIGURE_STYLE= imake
ALL_TARGET= x2vnc
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>