openbsd-ports/x11/x2vnc/Makefile
sturm 51c1e97a0f first bunch of license cleanup, some discussions about interpretation
during the release with pval@

other categories will follow once they are finished
2003-10-08 17:13:14 +00:00

32 lines
645 B
Makefile

# $OpenBSD: Makefile,v 1.14 2003/10/08 17:13:18 sturm Exp $
COMMENT= "one keyboard and/or mouse, multiple X and VNC displays"
DISTNAME= x2vnc-1.4
CATEGORIES= x11
MAINTAINER= Federico Schwindt <fgsch@openbsd.org>
# GPL
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
NO_REGRESS= Yes
do-install:
${INSTALL_MAN} ${WRKSRC}/x2vnc.0 ${PREFIX}/man/man1
${INSTALL_PROGRAM} ${WRKSRC}/x2vnc ${PREFIX}/bin
.include <bsd.port.mk>