mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
21 lines
384 B
Makefile
21 lines
384 B
Makefile
|
# New ports collection makefile for: gnome-vnc
|
||
|
# Version required: 0.1
|
||
|
# Date created: Sun Jul 18 1999
|
||
|
# Whom: domi@saargate.de
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
DISTNAME= gnome-vnc-0.1
|
||
|
CATEGORIES= net
|
||
|
MASTER_SITES= ftp://ftp.daa.com.au/pub/james/gnome/
|
||
|
|
||
|
MAINTAINER= domi@saargate.de
|
||
|
|
||
|
LIB_DEPENDS= gnome.2:${PORTSDIR}/x11/gnomelibs
|
||
|
|
||
|
USE_X_PREFIX= yes
|
||
|
GNU_CONFIGURE= yes
|
||
|
|
||
|
.include <bsd.port.mk>
|