mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
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= 6
|
|
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>
|