46b5f232b5
FAKE=Yes HAS_CONFIGURE, GNU_CONFIGURE, USE_IMAKE, NO_INSTALL_MANPAGES, USE_AUTOCONF and bump NEED_VERSION accordingly.
30 lines
582 B
Makefile
30 lines
582 B
Makefile
# Makefile for: x2vnc
|
|
# Version required: 1.0
|
|
# Date created: 12 Jan 2000
|
|
# Whom: dugsong@monkey.org
|
|
#
|
|
# $OpenBSD: Makefile,v 1.6 2000/10/22 15:43:55 espie Exp $
|
|
|
|
DISTNAME= x2vnc-1.0
|
|
|
|
CATEGORIES= x11
|
|
NEED_VERSION= 1.305
|
|
|
|
MAINTAINER= Dug Song <dugsong@monkey.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= http://www.hubbe.net/~hubbe/
|
|
|
|
CONFIGURE_STYLE= imake
|
|
|
|
ALL_TARGET= x2vnc
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/x2vnc ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|