openbsd-ports/x11/x2vnc/Makefile
fgsch d3c5e5c746 - update to x2vnc 1.4
- remove NEED_VERSION.
- add HOMEPAGE
- take over maintainership.
maintainer ok.
2002-10-18 20:34:06 +00:00

29 lines
620 B
Makefile

# $OpenBSD: Makefile,v 1.11 2002/10/18 20:34:06 fgsch Exp $
COMMENT= one keyboard and/or mouse, multiple X and VNC displays
DISTNAME= x2vnc-1.4
CATEGORIES= x11
MAINTAINER= Federico Schwindt <fgsch@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://www.hubbe.net/~hubbe/
HOMEPAGE= http://www.hubbe.net/~hubbe/x2vnc.html
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>