blob: f9c347ed3e1207c9f60544f10b87a28ffd511ef9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# Ports collection Makefile for: gvid
# Date created: 5 June 2000
# Whom: Scott A. Moberly <smoberly@xavier.dyndns.org>
#
# $FreeBSD$
#
PORTNAME= gvid
PORTVERSION= 0.2
PORTREVISION= 1
CATEGORIES= x11 gnome
MASTER_SITES= http://kvand.mit.edu/kvand/gVid/ \
ftp://ftp.proxad.net/mirrors/ftp.linuxberg.com/files/gnome/xwin/ \
ftp://ftp.sunsite.auc.dk/disk1/linuxberg.com/files/gnome/xwin/ \
ftp://ftp.infomagic.com/pub/mirrors/tucows/mlinux/files/gnome/xwin/ \
ftp://ftp.uni-c.dk/mirrors/mirror.linuxberg.com/files/gnome/xwin/
MAINTAINER= smoberly@xavier.dyndns.org
USE_X_PREFIX= yes
USE_GNOME= yes
MAKE_ENV= MKDIR="${MKDIR}"
ALL_TARGET= gvid
.include <bsd.port.mk>
|