mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
21 lines
371 B
Makefile
21 lines
371 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
|
||
|
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>
|