openbsd-ports/x11/x2vnc/Makefile

29 lines
554 B
Makefile
Raw Normal View History

# Makefile for: x2vnc
# Version required: 1.0
# Date created: 12 Jan 2000
# Whom: dugsong@monkey.org
#
2000-10-22 10:02:46 -04:00
# $OpenBSD: Makefile,v 1.5 2000/10/22 14:03:58 espie Exp $
DISTNAME= x2vnc-1.0
CATEGORIES= x11
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/
2000-06-09 20:59:20 -04:00
USE_IMAKE= Yes
ALL_TARGET= x2vnc
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/x2vnc ${PREFIX}/bin
.include <bsd.port.mk>