mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
55a61bb102
directory.
21 lines
379 B
Makefile
21 lines
379 B
Makefile
# New ports collection makefile for: x2vnc
|
|
# Date created: 12th September 2000
|
|
# Whom: Ade Lovett <ade@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= x2vnc
|
|
PORTVERSION= 1.1
|
|
CATEGORIES= x11-servers
|
|
MASTER_SITES= http://www.hubbe.net/~hubbe/
|
|
|
|
MAINTAINER= ade@FreeBSD.org
|
|
|
|
USE_IMAKE= yes
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/x2vnc ${PREFIX}/bin/x2vnc
|
|
|
|
.include <bsd.port.mk>
|