mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
eca78ec61b
Requested by: edwin
22 lines
438 B
Makefile
22 lines
438 B
Makefile
# New ports collection makefile for: gnome-vnc
|
|
# Date created: Sun Jul 18 1999
|
|
# Whom: domi@saargate.de
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gnome-vnc
|
|
PORTVERSION= 0.1
|
|
PORTREVISION= 7
|
|
CATEGORIES= net gnome
|
|
MASTER_SITES= http://www.brettnacher.org/users/dominik/FreeBSD/
|
|
|
|
MAINTAINER= domi@saargate.de
|
|
COMMENT= A GNOME/gtk viewer for VNC servers
|
|
|
|
PLIST_FILES= bin/gnome-vnc-viewer
|
|
USE_GNOME= gnomelibs
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|